From 638c805a9594196d202b09da1c96cd693b75247d Mon Sep 17 00:00:00 2001 From: Mardax <62964422+mardax007@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:32:08 +0000 Subject: [PATCH 1/5] Update nl.js --- src/gui/src/i18n/translations/nl.js | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/gui/src/i18n/translations/nl.js b/src/gui/src/i18n/translations/nl.js index bce753169..f5ede8480 100644 --- a/src/gui/src/i18n/translations/nl.js +++ b/src/gui/src/i18n/translations/nl.js @@ -348,22 +348,22 @@ const nl = { login2fa_recovery_placeholder: 'XXXXXXXX', // *********************************** - // Missing translations + // Updated translations // *********************************** - "change": undefined, // In English: "Change" - "clock_visibility": undefined, // In English: "Clock Visibility" - "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": 'Wijzigen', // In English: "Change" + "clock_visibility": 'Klok zichtbaarheid', // In English: "Clock Visibility" + "reading": 'Lezen', // In English: "Reading %strong%" + "writing": 'Schrijven', // In English: "Writing %strong%" + "unzipping": 'Decomprimeren', // In English: "Unzipping %strong%" + "sequencing": 'Alles op een rijtje aan het zetten', // In English: "Sequencing %strong%" + "zipping": 'Aan het comprimeren', // In English: "Zipping %strong%" + "Editor": 'Redacteur', // In English: "Editor" + "Viewer": 'Kijker', // In English: "Viewer" + "People with access": 'Mensen met toegang', // In English: "People with access" + "Share With…": "Deel met...", // In English: "Share With…" + "Owner": "Eigenaar", // In English: "Owner" + "You can't share with yourself.": "Je kan niet met jezelf delen.", // In English: "You can't share with yourself." + "This user already has access to this item": "De gebruiker heeft al toegang tot dit item", // In English: "This user already has access to this item" } }; From 957513737d4e24d2c5cdc61458e46f6bc6f10bef Mon Sep 17 00:00:00 2001 From: soarui Date: Mon, 25 Nov 2024 10:35:31 -0500 Subject: [PATCH 2/5] update issues/#845 --- src/gui/src/i18n/translations/zh.js | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/gui/src/i18n/translations/zh.js b/src/gui/src/i18n/translations/zh.js index b826ee03d..9bdf78c10 100644 --- a/src/gui/src/i18n/translations/zh.js +++ b/src/gui/src/i18n/translations/zh.js @@ -350,21 +350,21 @@ const zh = { // *********************************** // 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": '更改', // In English: "Change" + "clock_visibility": '时钟可见性', // In English: "Clock Visibility" + "plural_suffix": '单位后缀', // In English: "plural_suffix" + "reading": '正在读取 %strong%', // In English: "Reading %strong%" + "writing": '正在写入 %strong%', // In English: "Writing %strong%" + "unzipping": '正在解压 %strong%', // In English: "Unzipping %strong%" + "sequencing": '正在排序 %strong%', // In English: "Sequencing %strong%" + "zipping": '正在压缩 %strong%', // In English: "Zipping %strong%" + "Editor": '文本编辑器', // In English: "Editor" + "Viewer": '查看器', // In English: "Viewer" + "People with access": '拥有权限者', // In English: "People with access" + "Share With…": '分享给...', // In English: "Share With…" + "Owner": '作者', // In English: "Owner" + "You can't share with yourself.": '你不能与自己分享', // In English: "You can't share with yourself." + "This user already has access to this item": '该用户已有访问此项的权限', // In English: "This user already has access to this item" } }; From e0a577f5a5a11a50f9cc4abeaa7afe05f0a53904 Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 25 Nov 2024 07:35:50 -0800 Subject: [PATCH 3/5] Update nl.js --- src/gui/src/i18n/translations/nl.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/src/i18n/translations/nl.js b/src/gui/src/i18n/translations/nl.js index f5ede8480..8637142aa 100644 --- a/src/gui/src/i18n/translations/nl.js +++ b/src/gui/src/i18n/translations/nl.js @@ -347,9 +347,6 @@ const nl = { login2fa_recovery_back: 'Terug', login2fa_recovery_placeholder: 'XXXXXXXX', - // *********************************** - // Updated translations - // *********************************** "change": 'Wijzigen', // In English: "Change" "clock_visibility": 'Klok zichtbaarheid', // In English: "Clock Visibility" "reading": 'Lezen', // In English: "Reading %strong%" @@ -364,7 +361,6 @@ const nl = { "Owner": "Eigenaar", // In English: "Owner" "You can't share with yourself.": "Je kan niet met jezelf delen.", // In English: "You can't share with yourself." "This user already has access to this item": "De gebruiker heeft al toegang tot dit item", // In English: "This user already has access to this item" - } }; From d590f53c46e7455f33be041d04ed781a6f6cc866 Mon Sep 17 00:00:00 2001 From: Mardax <62964422+mardax007@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:39:21 +0000 Subject: [PATCH 4/5] Update nl.js --- src/gui/src/i18n/translations/nl.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gui/src/i18n/translations/nl.js b/src/gui/src/i18n/translations/nl.js index 8637142aa..f0a2efc02 100644 --- a/src/gui/src/i18n/translations/nl.js +++ b/src/gui/src/i18n/translations/nl.js @@ -349,11 +349,11 @@ const nl = { "change": 'Wijzigen', // In English: "Change" "clock_visibility": 'Klok zichtbaarheid', // In English: "Clock Visibility" - "reading": 'Lezen', // In English: "Reading %strong%" - "writing": 'Schrijven', // In English: "Writing %strong%" - "unzipping": 'Decomprimeren', // In English: "Unzipping %strong%" - "sequencing": 'Alles op een rijtje aan het zetten', // In English: "Sequencing %strong%" - "zipping": 'Aan het comprimeren', // In English: "Zipping %strong%" + "reading": 'Lezen %strong%', // In English: "Reading %strong%" + "writing": 'Schrijven %strong%', // In English: "Writing %strong%" + "unzipping": 'Decomprimeren %strong%', // In English: "Unzipping %strong%" + "sequencing": 'Alles op een rijtje aan het zetten %strong%', // In English: "Sequencing %strong%" + "zipping": 'Aan het comprimeren %strong%', // In English: "Zipping %strong%" "Editor": 'Redacteur', // In English: "Editor" "Viewer": 'Kijker', // In English: "Viewer" "People with access": 'Mensen met toegang', // In English: "People with access" From 0273192105b2d68b44b09c1a45956e55e299ccc1 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Mon, 25 Nov 2024 08:11:34 -0800 Subject: [PATCH 5/5] Update zh.js --- src/gui/src/i18n/translations/zh.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gui/src/i18n/translations/zh.js b/src/gui/src/i18n/translations/zh.js index 9bdf78c10..c4d4c1a62 100644 --- a/src/gui/src/i18n/translations/zh.js +++ b/src/gui/src/i18n/translations/zh.js @@ -347,9 +347,6 @@ const zh = { login2fa_recovery_back: '后退', login2fa_recovery_placeholder: '********', - // *********************************** - // Missing translations - // *********************************** "change": '更改', // In English: "Change" "clock_visibility": '时钟可见性', // In English: "Clock Visibility" "plural_suffix": '单位后缀', // In English: "plural_suffix" @@ -369,4 +366,4 @@ const zh = { } }; -export default zh; \ No newline at end of file +export default zh;