From 7c834da4c8567309b7f57da7aef547f006303a0d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 9 Nov 2024 01:37:43 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/en_GB.js | 5 +++++ l10n/en_GB.json | 5 +++++ l10n/lt_LT.js | 1 + l10n/lt_LT.json | 1 + l10n/zh_HK.js | 5 +++++ l10n/zh_HK.json | 5 +++++ 6 files changed, 22 insertions(+) diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 8a894bbf31..0e60466a1d 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -45,7 +45,12 @@ OC.L10N.register( "%s (Guest)" : "%s (Guest)", "Edit office documents directly in your browser." : "Edit office documents directly in your browser.", "This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.\n\nYou can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store." : "This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.\n\nYou can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.", + "Global Templates" : "Global Templates", "New" : "New", + "Uploaded template \"{name}\"" : "Uploaded template \"{name}\"", + "Template \"{name}\" already exists" : "Template \"{name}\" already exists", + "Unable to delete template" : "Unable to delete template", + "Deleted template" : "Deleted template", "Nextcloud Office is a powerful Collabora Online based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers." : "Nextcloud Office is a powerful Collabora Online based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.", "Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers." : "Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.", "Could not establish connection to the Collabora Online server." : "Could not establish connection to the Collabora Online server.", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 477ad3dad4..7b2567e85a 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -43,7 +43,12 @@ "%s (Guest)" : "%s (Guest)", "Edit office documents directly in your browser." : "Edit office documents directly in your browser.", "This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.\n\nYou can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store." : "This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.\n\nYou can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.", + "Global Templates" : "Global Templates", "New" : "New", + "Uploaded template \"{name}\"" : "Uploaded template \"{name}\"", + "Template \"{name}\" already exists" : "Template \"{name}\" already exists", + "Unable to delete template" : "Unable to delete template", + "Deleted template" : "Deleted template", "Nextcloud Office is a powerful Collabora Online based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers." : "Nextcloud Office is a powerful Collabora Online based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.", "Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers." : "Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.", "Could not establish connection to the Collabora Online server." : "Could not establish connection to the Collabora Online server.", diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 8b16caed30..6417136bd9 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -53,6 +53,7 @@ OC.L10N.register( "Select groups" : "Pasirinkti grupes", "Extra fonts" : "Papildomi šriftai", "Available fonts" : "Prieinami šriftai", + "Custom fonts documentation" : "Tinkintų šriftų dokumentacija", "Secure view settings" : "Saugaus rodinio nustatymai", "Secure view enables you to secure documents by embedding a watermark" : "Saugusis rodinys leidžia jums apsaugoti dokumentus įterpiant vandenženklį", "Enable watermarking" : "Įjungti vandenženklių darymą", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index a5c63fb0f5..84f4e8022b 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -51,6 +51,7 @@ "Select groups" : "Pasirinkti grupes", "Extra fonts" : "Papildomi šriftai", "Available fonts" : "Prieinami šriftai", + "Custom fonts documentation" : "Tinkintų šriftų dokumentacija", "Secure view settings" : "Saugaus rodinio nustatymai", "Secure view enables you to secure documents by embedding a watermark" : "Saugusis rodinys leidžia jums apsaugoti dokumentus įterpiant vandenženklį", "Enable watermarking" : "Įjungti vandenženklių darymą", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 8756ee4d90..20257d4c97 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -45,7 +45,12 @@ OC.L10N.register( "%s (Guest)" : "%s(訪客)", "Edit office documents directly in your browser." : "直接在您的瀏覽器中編輯辦公室文件。", "This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.\n\nYou can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store." : "此應用程式可以連線到 Collabora Online(或其他的)伺服器(類 WOPI 的客戶端)。Nextcloud 是 WOPI 主機。請閱讀文件以取得更多資訊。\n\n您也可以從 **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** 與 **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** 的應用程式商店安裝並使用 Collabora Office 應用程式離線編輯您的文件。", + "Global Templates" : "整體的模板", "New" : "新", + "Uploaded template \"{name}\"" : "已上傳模板「{name}」", + "Template \"{name}\" already exists" : "模板「{name}」已存在", + "Unable to delete template" : "無法刪除模板", + "Deleted template" : "已刪除模板", "Nextcloud Office is a powerful Collabora Online based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers." : "Nextcloud Office 是一套以 Collabora Online 為基礎的線上辦公室套裝軟體,可用來協作編輯,支援所有主要文件、試算表與簡報檔案格式,並可與所有現代的瀏覽器共同運作。", "Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers." : "Collabora Online 是一套以 LibreOffice 為基礎的線上辦公室套裝軟體,可用來協作編輯,支援所有主要文件、試算表與簡報檔案格式,並可與所有現代的瀏覽器共同運作。", "Could not establish connection to the Collabora Online server." : "無法建立到 Collabora Online 伺服器的連線。", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index de41282956..2337ed9774 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -43,7 +43,12 @@ "%s (Guest)" : "%s(訪客)", "Edit office documents directly in your browser." : "直接在您的瀏覽器中編輯辦公室文件。", "This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.\n\nYou can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store." : "此應用程式可以連線到 Collabora Online(或其他的)伺服器(類 WOPI 的客戶端)。Nextcloud 是 WOPI 主機。請閱讀文件以取得更多資訊。\n\n您也可以從 **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** 與 **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** 的應用程式商店安裝並使用 Collabora Office 應用程式離線編輯您的文件。", + "Global Templates" : "整體的模板", "New" : "新", + "Uploaded template \"{name}\"" : "已上傳模板「{name}」", + "Template \"{name}\" already exists" : "模板「{name}」已存在", + "Unable to delete template" : "無法刪除模板", + "Deleted template" : "已刪除模板", "Nextcloud Office is a powerful Collabora Online based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers." : "Nextcloud Office 是一套以 Collabora Online 為基礎的線上辦公室套裝軟體,可用來協作編輯,支援所有主要文件、試算表與簡報檔案格式,並可與所有現代的瀏覽器共同運作。", "Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers." : "Collabora Online 是一套以 LibreOffice 為基礎的線上辦公室套裝軟體,可用來協作編輯,支援所有主要文件、試算表與簡報檔案格式,並可與所有現代的瀏覽器共同運作。", "Could not establish connection to the Collabora Online server." : "無法建立到 Collabora Online 伺服器的連線。",