Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Oct 3, 2023
1 parent 368d626 commit a0ce057
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions l10n/es_AR.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ OC.L10N.register(
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Line" : "Linea",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición"
Expand Down
1 change: 1 addition & 0 deletions l10n/es_AR.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Line" : "Linea",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición"
Expand Down
5 changes: 4 additions & 1 deletion l10n/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ OC.L10N.register(
"Drop changes" : "Odrzuć zmiany",
"Your browser does not support videos." : "Twoja przeglądarka nie obsługuje wideo.",
"Edit" : "Edytuj",
"Exit full screen" : "Wyłącz tryb pełnoekranowy",
"Full screen" : "Tryb pełnoekranowy",
"Open sidebar" : "Otwórz pasek boczny",
"Download" : "Pobierz",
"Delete" : "Usuń",
Expand Down Expand Up @@ -106,6 +108,7 @@ OC.L10N.register(
"Saved image size (width x height)" : "Rozmiar zapisanego obrazu (szerokość x wysokość)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Zwróć uwagę, że wybrany obszar kadrowania jest mniejszy niż zastosowana zmiana rozmiaru, co może spowodować spadek jakości",
"Actual size (100%)" : "Rzeczywisty rozmiar (100%)",
"Fit size" : "Dopasuj rozmiar"
"Fit size" : "Dopasuj rozmiar",
"\"{fileName}\"" : "\"{fileName}\""
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
5 changes: 4 additions & 1 deletion l10n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"Drop changes" : "Odrzuć zmiany",
"Your browser does not support videos." : "Twoja przeglądarka nie obsługuje wideo.",
"Edit" : "Edytuj",
"Exit full screen" : "Wyłącz tryb pełnoekranowy",
"Full screen" : "Tryb pełnoekranowy",
"Open sidebar" : "Otwórz pasek boczny",
"Download" : "Pobierz",
"Delete" : "Usuń",
Expand Down Expand Up @@ -104,6 +106,7 @@
"Saved image size (width x height)" : "Rozmiar zapisanego obrazu (szerokość x wysokość)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Zwróć uwagę, że wybrany obszar kadrowania jest mniejszy niż zastosowana zmiana rozmiaru, co może spowodować spadek jakości",
"Actual size (100%)" : "Rzeczywisty rozmiar (100%)",
"Fit size" : "Dopasuj rozmiar"
"Fit size" : "Dopasuj rozmiar",
"\"{fileName}\"" : "\"{fileName}\""
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}
4 changes: 3 additions & 1 deletion l10n/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ OC.L10N.register(
"Drop changes" : "Zrušiť zmeny",
"Your browser does not support videos." : "Váš prehliadač nepodporuje videá.",
"Edit" : "Upraviť",
"Exit full screen" : "Ukončiť režim celej obrazovky",
"Full screen" : "Celá obrazovka",
"Open sidebar" : "Otvoriť bočný panel",
"Download" : "Stiahnuť",
"Delete" : "Zmazať",
Expand Down Expand Up @@ -53,7 +55,7 @@ OC.L10N.register(
"Ellipse" : "Elipsa",
"Classic TV" : "Klasická TV",
"CinemaScope" : "Širokoúhlo",
"Arrow" : "Šipka",
"Arrow" : "Šípka",
"Blur" : "Rozmazať",
"Brightness" : "Jas",
"Contrast" : "Kontrast",
Expand Down
4 changes: 3 additions & 1 deletion l10n/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"Drop changes" : "Zrušiť zmeny",
"Your browser does not support videos." : "Váš prehliadač nepodporuje videá.",
"Edit" : "Upraviť",
"Exit full screen" : "Ukončiť režim celej obrazovky",
"Full screen" : "Celá obrazovka",
"Open sidebar" : "Otvoriť bočný panel",
"Download" : "Stiahnuť",
"Delete" : "Zmazať",
Expand Down Expand Up @@ -51,7 +53,7 @@
"Ellipse" : "Elipsa",
"Classic TV" : "Klasická TV",
"CinemaScope" : "Širokoúhlo",
"Arrow" : "Šipka",
"Arrow" : "Šípka",
"Blur" : "Rozmazať",
"Brightness" : "Jas",
"Contrast" : "Kontrast",
Expand Down

0 comments on commit a0ce057

Please sign in to comment.