Skip to content

Commit

Permalink
Merge pull request #303 from sbs20/staging
Browse files Browse the repository at this point in the history
Polish locale and multi-file delete improvement
  • Loading branch information
sbs20 authored Jun 8, 2021
2 parents 82ef0c4 + 5c6e5c4 commit 8081f02
Show file tree
Hide file tree
Showing 11 changed files with 169 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ complicated installation.
* Filters: Autolevels, Threshold, Blur
* Configurable overrides for all defaults as well as filters and formats
* Multipage scanning (with collation for double sided scans)
* International translations: Czech, French, German, Italian, Mandarin,
* International translations: Czech, French, German, Italian, Mandarin, Polish,
Portuguese (BR), Russian, Spanish;
[Help requested](https://github.com/sbs20/scanservjs/issues/154)
* Light and dark mode
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scanservjs",
"version": "2.15.2",
"version": "2.15.3",
"description": "scanservjs is a simple web-based UI for SANE which allows you to share a scanner on a network without the need for drivers or complicated installation.",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scanservjs",
"version": "2.15.2",
"version": "2.15.3",
"description": "scanservjs is a simple web-based UI for SANE which allows you to share a scanner on a network without the need for drivers or complicated installation.",
"author": "Sam Strachan",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/classes/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const Constants = {
'es',
'fr',
'it',
'pl',
'pt-BR',
'ru',
'zh',
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/components/Files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<th>{{ $t('files.filename') }}</th>
<th class="file-date">{{ $t('files.date') }}</th>
<th>{{ $t('files.size') }}</th>
<th><v-btn color="primary" v-on:click="multipleDelete()" icon><v-icon>mdi-delete</v-icon></v-btn></th>
<th><v-btn v-if="selectedFiles.length > 0" color="red" v-on:click="multipleDelete()" icon><v-icon>mdi-delete</v-icon></v-btn></th>
</tr>
</thead>
<tbody>
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"es": "Español",
"fr": "Français",
"it": "Italiano",
"pl": "Polski",
"pt-BR": "Portuguese (Brazilian)",
"ru": "Russian",
"zh": "简体中文",
Expand Down
156 changes: 156 additions & 0 deletions packages/client/src/locales/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
{
"global": {
"application-name": "scanservjs"
},

"about": {
"main": "scanservjs to prosty interfejs internetowy dla Twojego skanera. Pozwala ci udostępnić skaner lub kilka (używając SANE) w sieci bez sterowników lub skompilowanych konfiguracji oprogramowania. Zapisuje do formatów TIF, JPG, PNG, PDF i TXT (używając Tesseract OCR) z różnymi ustawieniami kompresji, zgodnie z Twoimi ustawieniami. Wspiera skanowanie wielu stron i wszystkie urządzenia kompatybilne z SANE.",
"issue": "Zgłoś problem lub zobacz kod źródłowy:",
"system-info": "Informacje o systemie"
},

"colors": {
"accent-4": "Domyślny",
"red": "Czerwony",
"pink": "Różowy",
"purple": "Fioletowy",
"deep-purple": "Ciemno fioletowy",
"indigo": "Indygo",
"blue": "Niebieski",
"light-blue": "Jasno niebieski",
"cyan": "Turkusowy",
"teal": "Niebieskawozielony",
"green": "Zielony",
"light-green": "Jasno zielony",
"lime": "Limonkowo zielony",
"yellow": "Żółty",
"amber": "Bursztynowy",
"orange": "Pomarańczowy",
"deep-orange": "Ciemno pomarańczowy",
"brown": "Brązowy",
"blue-grey": "Niebiesko szary",
"grey": "Szary"
},

"batch-dialog": {
"btn-cancel": "Anuluj",
"btn-finish": "Zakończ",
"btn-rescan": "Zeskanuj ponownie",
"btn-next": "Następny"
},

"files": {
"filename": "Nazwa pliku",
"date": "Data",
"size": "Rozmiar",
"message:deleted": "Usunięto"
},

"navigation": {
"scan": "Skanuj",
"files": "Pliki",
"settings": "Ustawienia",
"about": "Informacje",
"version": "Wersja"
},

"batch-mode": {
"none": "Brak",
"manual": "Manualny (z monitem)",
"auto": "Automatyczny (podajnik)",
"auto-collate-standard": "Automatyczny (kompletowane 1, 3... 4, 2)",
"auto-collate-reverse": "Automatyczny (kolejność odwrotna 1, 3... 2, 4)"
},

"filter": {
"auto-level": "Automatyczne równanie",
"threshold": "Próg",
"blur": "Rozmazanie"
},

"mode": {
"color": "Kolor",
"halftone": "Półton",
"gray": "Szary",
"lineart": "Kreskowanie",

"24bitcolor":"@:mode.color",
"black & white": "@:mode.lineart",
"gray(error diffusion)": "@:mode.halftone",
"true gray": "@:mode.gray",
"24bit color(fast)": "@:mode.color"
},

"source": {
"flatbed": "Skaner płaski",
"adf": "ADF",
"auto": "Automatyczne",
"left-aligned": "Wyrównanie do lewej",
"centrally-aligned": "Wyśrodkowane",
"duplex": "Dupleks",
"transparency unit": "Jednostka przejrzystości",

"automatic document feeder": "@:source.adf",
"automatic document feeder(left aligned)": "@:source.adf (@:source.left-aligned)",
"automatic document feeder(left aligned,duplex)": "@:source.adf (@:source.left-aligned, @:source.duplex)",
"automatic document feeder(centrally aligned)": "@:source.adf (@:source.centrally-aligned)",
"automatic document feeder(centrally aligned,duplex)": "@:source.adf (@:source.centrally-aligned, @:source.duplex)"
},

"pipeline": {
"high-quality": "Wysoka jakość",
"medium-quality": "Średnia jakość",
"low-quality": "Niska jakość",
"uncompressed": "Bez kompresji",
"lzw-compressed": "Kompresja LZW",
"ocr": "OCR",
"text-file": "Plik tekstowy"
},

"scan": {
"device": "Urządzenie",
"source": "Źródło",
"resolution": "Rozdzielczość",
"mode": "Tryb",
"dynamic-lineart": "Dynamiczne kreskowanie",
"dynamic-lineart:enabled": "Włączone",
"dynamic-lineart:disabled": "Wyłączone",
"batch": "Partia",
"filters": "Filtry",
"format": "Format",
"btn-preview": "Podgląd",
"btn-clear": "Wyczyść",
"btn-scan": "Skanuj",
"top": "Góra",
"left": "Lewo",
"width": "Szerokość",
"height": "Wysokość",
"paperSize": "Rozmiar kartki",
"brightness": "Jasność",
"contrast": "Kontrast",
"message:loading-devices": "Wczytywanie urządzeń...",
"message:no-devices": "Nie znaleziono żadnych urządzeń",
"message:deleted-preview": "Usunięto podgląd",
"message:turn-documents": "Przewróć dokumenty na drugą stronę",
"message:preview-of-page": "Podgląd strony"
},

"settings": {
"title": "@:navigation.settings",
"behaviour-ui": "Zachowanie i Interfejs",
"locale": "Język",
"locale:description": "Wybierz język",
"theme": "Skórka",
"theme:description": "Skórka. Jeśli używasz skórki systemowej i ją zmienisz, będziesz musiał ponownie uruchomić aplikacje.",
"theme:system": "Systemowa",
"theme:light": "Jasna",
"theme:dark": "Ciemna",
"color": "Kolor",
"color:description": "Kolor. To zmieni kolor górnego paska aplikacji.",
"devices": "Urządzenia i storage",
"reset:description": "Czyści ustawione skanery i wymusza ponowne załadowanie.",
"reset": "Zresetuj",
"clear-storage:description": "Czyści przechowywane pliki tymczasowe",
"clear-storage": "Wyczyść"
}
}
4 changes: 2 additions & 2 deletions packages/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scanservjs-server",
"version": "2.15.2",
"version": "2.15.3",
"description": "scanservjs is a simple web-based UI for SANE which allows you to share a scanner on a network without the need for drivers or complicated installation.",
"scripts": {
"lint": "gulp lint",
Expand Down

0 comments on commit 8081f02

Please sign in to comment.