From bd3571054861d185edec3114cd0580b1b23886e3 Mon Sep 17 00:00:00 2001 From: kingflamez Date: Thu, 28 Nov 2024 08:15:32 +0100 Subject: [PATCH 1/2] added missing polish translation --- src/gui/src/i18n/translations/pl.js | 35 +++++++++++++---------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/src/gui/src/i18n/translations/pl.js b/src/gui/src/i18n/translations/pl.js index d486277b9..f1e98cb7c 100644 --- a/src/gui/src/i18n/translations/pl.js +++ b/src/gui/src/i18n/translations/pl.js @@ -345,25 +345,22 @@ const pl = { login2fa_use_recovery_code: 'Użyj kod odzyskiwania', login2fa_recovery_back: 'Powrót', login2fa_recovery_placeholder: 'XXXXXXXX', - - // *********************************** - // Missing translations - // *********************************** - "change": undefined, // In English: "Change" - "clock_visibility": undefined, // In English: "Clock Visibility" - "plural_suffix": undefined, // In English: "s" - "reading": undefined, // In English: "Reading %strong%" - "writing": undefined, // In English: "Writing %strong%" - "unzipping": undefined, // In English: "Unzipping %strong%" - "sequencing": undefined, // In English: "Sequencing %strong%" - "zipping": undefined, // In English: "Zipping %strong%" - "Editor": undefined, // In English: "Editor" - "Viewer": undefined, // In English: "Viewer" - "People with access": undefined, // In English: "People with access" - "Share With…": undefined, // In English: "Share With…" - "Owner": undefined, // In English: "Owner" - "You can't share with yourself.": undefined, // In English: "You can't share with yourself." - "This user already has access to this item": undefined, // In English: "This user already has access to this item" + +"change": 'Zmiana', + "clock_visibility": 'Widoczność zegara', + "plural_suffix": undefined, //In polish there is a ton of plural suffixes, so will be left empty eg Samochód (car) → Samochody (cars) and Pies (dog) → Psy (dogs) + "reading": 'Odczyt %strong%', + "writing": 'Pisownia %strong%', + "unzipping": 'Rozpakowanie %strong%', + "sequencing": 'Kolejność %strong%', + "zipping": 'Pakowanie %strong%', + "Editor": 'Edytor', + "Viewer": 'Widz', + "People with access": 'Osoby z dostępem', + "Share With…": 'Podziel się z', + "Owner": 'właściciel', + "You can't share with yourself.": 'Nie możesz dzielić się z samym sobą', + "This user already has access to this item": 'Ten użytkownik ma już dostęp do tego elementu', } }; From 09665a8d7b683d0efa0cea90f0c979c5b5c904d3 Mon Sep 17 00:00:00 2001 From: kingflamez Date: Thu, 28 Nov 2024 08:16:34 +0100 Subject: [PATCH 2/2] added missing polish translation --- src/gui/src/i18n/translations/pl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/i18n/translations/pl.js b/src/gui/src/i18n/translations/pl.js index f1e98cb7c..c1f32c8ea 100644 --- a/src/gui/src/i18n/translations/pl.js +++ b/src/gui/src/i18n/translations/pl.js @@ -346,7 +346,7 @@ const pl = { login2fa_recovery_back: 'Powrót', login2fa_recovery_placeholder: 'XXXXXXXX', -"change": 'Zmiana', + "change": 'Zmiana', "clock_visibility": 'Widoczność zegara', "plural_suffix": undefined, //In polish there is a ton of plural suffixes, so will be left empty eg Samochód (car) → Samochody (cars) and Pies (dog) → Psy (dogs) "reading": 'Odczyt %strong%',