From f3a1a51c3b860abb17707fd9c5747c2dff45bf2c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 27 Jul 2024 00:32:17 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ar.js | 8 ++++++++ l10n/ar.json | 8 ++++++++ l10n/bs.js | 19 ------------------- l10n/bs.json | 17 ----------------- l10n/en_GB.js | 7 +++++++ l10n/en_GB.json | 7 +++++++ l10n/gl.js | 7 +++++++ l10n/gl.json | 7 +++++++ l10n/kn.js | 19 ------------------- l10n/kn.json | 17 ----------------- l10n/sr@latin.js | 19 ------------------- l10n/sr@latin.json | 17 ----------------- l10n/sv.js | 8 ++++++++ l10n/sv.json | 8 ++++++++ l10n/zh_HK.js | 7 +++++++ l10n/zh_HK.json | 7 +++++++ l10n/zh_TW.js | 9 +++++++++ l10n/zh_TW.json | 9 +++++++++ 18 files changed, 92 insertions(+), 108 deletions(-) delete mode 100644 l10n/bs.js delete mode 100644 l10n/bs.json delete mode 100644 l10n/kn.js delete mode 100644 l10n/kn.json delete mode 100644 l10n/sr@latin.js delete mode 100644 l10n/sr@latin.json diff --git a/l10n/ar.js b/l10n/ar.js index 8f2b99d25..156d168d6 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -225,6 +225,14 @@ OC.L10N.register( "Backlinks" : "روابط خلفيّة ", "Sharing" : "المشاركة", "Versions" : "الإصدارات", + "Clear search" : "مَحوُ البحث", + "Find previous match" : "إيجاد المطابقة السابقة", + "Find previous" : "إيجاد السابق", + "Find next match" : "إيجاد المطابقة التالية", + "Find next" : "إيجاد التالي", + "Found {matches} matches for \"{query}\"" : "تمّ العثور علي {matches} مطابقات لـ \"{query}\"", + "Match {index} of {matches} for \"{query}\"" : "تطابقت {index} من {matches} لـ\"{query}\"", + "Highlight all matches" : "ميِّز كل المطابقات", "The content of this folder is best viewed in the Collectives app." : "من الأفضل مُشاهدة مُحتوى هذا المُجلّد في تطبيق التجميعات Collectives app.", "Open in Collectives" : "إفتح في تطبيق التجميعات Collectives", "Come, organize and build shared knowledge!" : "تعالَ، و نظّمْ، و ابنِ معرفةً مشتركةً!", diff --git a/l10n/ar.json b/l10n/ar.json index dcaebc4a2..a6c9be525 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -223,6 +223,14 @@ "Backlinks" : "روابط خلفيّة ", "Sharing" : "المشاركة", "Versions" : "الإصدارات", + "Clear search" : "مَحوُ البحث", + "Find previous match" : "إيجاد المطابقة السابقة", + "Find previous" : "إيجاد السابق", + "Find next match" : "إيجاد المطابقة التالية", + "Find next" : "إيجاد التالي", + "Found {matches} matches for \"{query}\"" : "تمّ العثور علي {matches} مطابقات لـ \"{query}\"", + "Match {index} of {matches} for \"{query}\"" : "تطابقت {index} من {matches} لـ\"{query}\"", + "Highlight all matches" : "ميِّز كل المطابقات", "The content of this folder is best viewed in the Collectives app." : "من الأفضل مُشاهدة مُحتوى هذا المُجلّد في تطبيق التجميعات Collectives app.", "Open in Collectives" : "إفتح في تطبيق التجميعات Collectives", "Come, organize and build shared knowledge!" : "تعالَ، و نظّمْ، و ابنِ معرفةً مشتركةً!", diff --git a/l10n/bs.js b/l10n/bs.js deleted file mode 100644 index a4530838d..000000000 --- a/l10n/bs.js +++ /dev/null @@ -1,19 +0,0 @@ -OC.L10N.register( - "collectives", - { - "Share link" : "Podijelite vezu", - "Settings" : "Podešavanje", - "Members" : "Članovi", - "Edit" : "Izmjeni", - "Restore" : "Obnovi", - "Cancel" : "Otkaži", - "Create" : "Ustvari", - "Done" : "Done", - "Title" : "Naslov", - "Unshare" : "Prestani dijeliti", - "Download" : "Preuzmi", - "No other versions available" : "Druge verzije su nedostupne", - "Sharing" : "Dijeljenje", - "Versions" : "Verzije" -}, -"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/bs.json b/l10n/bs.json deleted file mode 100644 index 051adb6a0..000000000 --- a/l10n/bs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ "translations": { - "Share link" : "Podijelite vezu", - "Settings" : "Podešavanje", - "Members" : "Članovi", - "Edit" : "Izmjeni", - "Restore" : "Obnovi", - "Cancel" : "Otkaži", - "Create" : "Ustvari", - "Done" : "Done", - "Title" : "Naslov", - "Unshare" : "Prestani dijeliti", - "Download" : "Preuzmi", - "No other versions available" : "Druge verzije su nedostupne", - "Sharing" : "Dijeljenje", - "Versions" : "Verzije" -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" -} \ No newline at end of file diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 0b270e6e7..3f70a9c28 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -226,6 +226,13 @@ OC.L10N.register( "Sharing" : "Sharing", "Versions" : "Versions", "Clear search" : "Clear search", + "Find previous match" : "Find previous match", + "Find previous" : "Find previous", + "Find next match" : "Find next match", + "Find next" : "Find next", + "Found {matches} matches for \"{query}\"" : "Found {matches} matches for \"{query}\"", + "Match {index} of {matches} for \"{query}\"" : "Match {index} of {matches} for \"{query}\"", + "Highlight all matches" : "Highlight all matches", "The content of this folder is best viewed in the Collectives app." : "The content of this folder is best viewed in the Collectives app.", "Open in Collectives" : "Open in Collectives", "Come, organize and build shared knowledge!" : "Come organise and build shared knowledge!", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index b2efc4aaa..c75877fab 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -224,6 +224,13 @@ "Sharing" : "Sharing", "Versions" : "Versions", "Clear search" : "Clear search", + "Find previous match" : "Find previous match", + "Find previous" : "Find previous", + "Find next match" : "Find next match", + "Find next" : "Find next", + "Found {matches} matches for \"{query}\"" : "Found {matches} matches for \"{query}\"", + "Match {index} of {matches} for \"{query}\"" : "Match {index} of {matches} for \"{query}\"", + "Highlight all matches" : "Highlight all matches", "The content of this folder is best viewed in the Collectives app." : "The content of this folder is best viewed in the Collectives app.", "Open in Collectives" : "Open in Collectives", "Come, organize and build shared knowledge!" : "Come organise and build shared knowledge!", diff --git a/l10n/gl.js b/l10n/gl.js index 83e8749b3..b4368a0bf 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -226,6 +226,13 @@ OC.L10N.register( "Sharing" : "Compartindo", "Versions" : "Versións", "Clear search" : "Limpar a busca", + "Find previous match" : "Atopar a coincidencia anterior", + "Find previous" : "Atopar a anterior", + "Find next match" : "Atopar a seguinte coincidencia", + "Find next" : "Atopar a seguinte", + "Found {matches} matches for \"{query}\"" : "Atopáronse {matches} coincidencias para «{query}»", + "Match {index} of {matches} for \"{query}\"" : "Coincidencia {index} de {matches} para «{query}»", + "Highlight all matches" : "Resaltar todas as coincidencias", "The content of this folder is best viewed in the Collectives app." : "O contido deste cartafol vese mellor na aplicación Colectivos.", "Open in Collectives" : "Abrir en Colectivos", "Come, organize and build shared knowledge!" : "Veña, organice e cree coñecementos compartidos!", diff --git a/l10n/gl.json b/l10n/gl.json index affbf0d1a..9197b2b54 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -224,6 +224,13 @@ "Sharing" : "Compartindo", "Versions" : "Versións", "Clear search" : "Limpar a busca", + "Find previous match" : "Atopar a coincidencia anterior", + "Find previous" : "Atopar a anterior", + "Find next match" : "Atopar a seguinte coincidencia", + "Find next" : "Atopar a seguinte", + "Found {matches} matches for \"{query}\"" : "Atopáronse {matches} coincidencias para «{query}»", + "Match {index} of {matches} for \"{query}\"" : "Coincidencia {index} de {matches} para «{query}»", + "Highlight all matches" : "Resaltar todas as coincidencias", "The content of this folder is best viewed in the Collectives app." : "O contido deste cartafol vese mellor na aplicación Colectivos.", "Open in Collectives" : "Abrir en Colectivos", "Come, organize and build shared knowledge!" : "Veña, organice e cree coñecementos compartidos!", diff --git a/l10n/kn.js b/l10n/kn.js deleted file mode 100644 index 126961be2..000000000 --- a/l10n/kn.js +++ /dev/null @@ -1,19 +0,0 @@ -OC.L10N.register( - "collectives", - { - "Share link" : "ಸಂಪರ್ಕ ಕೊಂಡಿಯನ್ನು ಹಂಚಿಕೊಳ್ಳಬಹುದು", - "Settings" : "ಆಯ್ಕೆ", - "Edit" : "ಸಂಪಾದಿಸು", - "Restore" : "ಮರುಸ್ಥಾಪಿಸು", - "Cancel" : "ರದ್ದು", - "Create" : "ಸೃಷ್ಟಿಸಿ", - "Done" : "Done", - "Title" : "ಶೀರ್ಷಿಕೆ", - "Password" : "ಗುಪ್ತಪದ", - "Unshare" : "ಹಂಚಿಕೆಯನ್ನು ಹಿಂತೆಗೆ", - "Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ", - "No other versions available" : "ಇನ್ನಿತರೆ ಯಾವುದೇ ಆವೃತ್ತಿಗಳು ಲಭ್ಯವಿಲ್ಲ", - "Sharing" : "ಹಂಚಿಕೆ", - "Versions" : "ಆವೃತ್ತಿಗಳು" -}, -"nplurals=2; plural=(n > 1);"); diff --git a/l10n/kn.json b/l10n/kn.json deleted file mode 100644 index 0c508fa70..000000000 --- a/l10n/kn.json +++ /dev/null @@ -1,17 +0,0 @@ -{ "translations": { - "Share link" : "ಸಂಪರ್ಕ ಕೊಂಡಿಯನ್ನು ಹಂಚಿಕೊಳ್ಳಬಹುದು", - "Settings" : "ಆಯ್ಕೆ", - "Edit" : "ಸಂಪಾದಿಸು", - "Restore" : "ಮರುಸ್ಥಾಪಿಸು", - "Cancel" : "ರದ್ದು", - "Create" : "ಸೃಷ್ಟಿಸಿ", - "Done" : "Done", - "Title" : "ಶೀರ್ಷಿಕೆ", - "Password" : "ಗುಪ್ತಪದ", - "Unshare" : "ಹಂಚಿಕೆಯನ್ನು ಹಿಂತೆಗೆ", - "Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ", - "No other versions available" : "ಇನ್ನಿತರೆ ಯಾವುದೇ ಆವೃತ್ತಿಗಳು ಲಭ್ಯವಿಲ್ಲ", - "Sharing" : "ಹಂಚಿಕೆ", - "Versions" : "ಆವೃತ್ತಿಗಳು" -},"pluralForm" :"nplurals=2; plural=(n > 1);" -} \ No newline at end of file diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js deleted file mode 100644 index 9df83644a..000000000 --- a/l10n/sr@latin.js +++ /dev/null @@ -1,19 +0,0 @@ -OC.L10N.register( - "collectives", - { - "Share link" : "Podeli vezu", - "Settings" : "Поставке", - "Loading…" : "Učitavam…", - "Edit" : "Izmeni", - "Delete permanently" : "Obriši zauvek", - "Cancel" : "Otkaži", - "Back" : "Nazad", - "Create" : "Napravi", - "Done" : "Gotovo", - "Title" : "Naslov", - "Deleted" : "Obrisano", - "Unshare" : "Ukini deljenje", - "Attachments" : "Prilozi", - "Link copied" : "Veza iskopirana" -}, -"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json deleted file mode 100644 index 2b2f31be7..000000000 --- a/l10n/sr@latin.json +++ /dev/null @@ -1,17 +0,0 @@ -{ "translations": { - "Share link" : "Podeli vezu", - "Settings" : "Поставке", - "Loading…" : "Učitavam…", - "Edit" : "Izmeni", - "Delete permanently" : "Obriši zauvek", - "Cancel" : "Otkaži", - "Back" : "Nazad", - "Create" : "Napravi", - "Done" : "Gotovo", - "Title" : "Naslov", - "Deleted" : "Obrisano", - "Unshare" : "Ukini deljenje", - "Attachments" : "Prilozi", - "Link copied" : "Veza iskopirana" -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" -} \ No newline at end of file diff --git a/l10n/sv.js b/l10n/sv.js index 62c6760d3..6160149ee 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -223,6 +223,14 @@ OC.L10N.register( "Backlinks" : "Bakåtlänkar", "Sharing" : "Delning", "Versions" : "Versioner", + "Clear search" : "Rensa sökning", + "Find previous match" : "Hitta föregående träff", + "Find previous" : "Hitta föregående", + "Find next match" : "Hitta nästa träff", + "Find next" : "Hitta nästa", + "Found {matches} matches for \"{query}\"" : "Hittade {matches} träffar för \"{query}\"", + "Match {index} of {matches} for \"{query}\"" : "Träff {index} av {matches} för \"{query}\"", + "Highlight all matches" : "Markera alla träffar", "The content of this folder is best viewed in the Collectives app." : "Innehållet i denna mapp visas bäst i Collectives-appen.", "Open in Collectives" : "Öppna i Collectives", "Come, organize and build shared knowledge!" : "Kom, organisera och bygg delad kunskap!", diff --git a/l10n/sv.json b/l10n/sv.json index 3f2f157c6..a4667ddd2 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -221,6 +221,14 @@ "Backlinks" : "Bakåtlänkar", "Sharing" : "Delning", "Versions" : "Versioner", + "Clear search" : "Rensa sökning", + "Find previous match" : "Hitta föregående träff", + "Find previous" : "Hitta föregående", + "Find next match" : "Hitta nästa träff", + "Find next" : "Hitta nästa", + "Found {matches} matches for \"{query}\"" : "Hittade {matches} träffar för \"{query}\"", + "Match {index} of {matches} for \"{query}\"" : "Träff {index} av {matches} för \"{query}\"", + "Highlight all matches" : "Markera alla träffar", "The content of this folder is best viewed in the Collectives app." : "Innehållet i denna mapp visas bäst i Collectives-appen.", "Open in Collectives" : "Öppna i Collectives", "Come, organize and build shared knowledge!" : "Kom, organisera och bygg delad kunskap!", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 1b2803325..6a2b7c156 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -226,6 +226,13 @@ OC.L10N.register( "Sharing" : "分享", "Versions" : "版本", "Clear search" : "清除搜尋", + "Find previous match" : "查找上一個匹配項目", + "Find previous" : "尋找上一個", + "Find next match" : "查找下一個匹配項目", + "Find next" : "尋找下一個", + "Found {matches} matches for \"{query}\"" : "「{query}」找到 {matches} 個符合的", + "Match {index} of {matches} for \"{query}\"" : "「{query}」的符合 {matches} 個中的第 {index} 個", + "Highlight all matches" : "突顯所有符合的項目", "The content of this folder is best viewed in the Collectives app." : "此資料夾的內容在知識庫應用程式中查看最好。", "Open in Collectives" : "在知識庫中開啟", "Come, organize and build shared knowledge!" : "快來組織和建立共享知識吧!", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 92722bdb0..3d8ce9ff5 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -224,6 +224,13 @@ "Sharing" : "分享", "Versions" : "版本", "Clear search" : "清除搜尋", + "Find previous match" : "查找上一個匹配項目", + "Find previous" : "尋找上一個", + "Find next match" : "查找下一個匹配項目", + "Find next" : "尋找下一個", + "Found {matches} matches for \"{query}\"" : "「{query}」找到 {matches} 個符合的", + "Match {index} of {matches} for \"{query}\"" : "「{query}」的符合 {matches} 個中的第 {index} 個", + "Highlight all matches" : "突顯所有符合的項目", "The content of this folder is best viewed in the Collectives app." : "此資料夾的內容在知識庫應用程式中查看最好。", "Open in Collectives" : "在知識庫中開啟", "Come, organize and build shared knowledge!" : "快來組織和建立共享知識吧!", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 6ae292707..6bd1c6bbb 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -200,6 +200,8 @@ OC.L10N.register( "Actions for \"{title}\"" : "「{title}」的動作", "Page \"{name}\" has been shared" : "分享了頁面「{name}」", "Collective \"{name}\" has been shared" : "分享了知識庫「{name}」", + "Failed to share page \"{name}\": {responseError}" : "分享頁面「{name}」失敗:{responseError}", + "Failed to share collective \"{name}\": {responseError}" : "分享收藏「{name}」失敗:{responseError}", "Share link of page \"{name}\" has been updated" : "已更新頁面「{name}」的分享連結", "Share link of collective \"{name}\" has been updated" : "已更新知識庫「{name}」的分享連結", "Page \"{name}\" has been unshared" : "頁面「{name}」已取消分享", @@ -224,6 +226,13 @@ OC.L10N.register( "Sharing" : "分享", "Versions" : "版本", "Clear search" : "清除搜尋", + "Find previous match" : "尋找上一個符合的項目", + "Find previous" : "尋找上一個", + "Find next match" : "尋找下一個符合的項目", + "Find next" : "尋找下一個", + "Found {matches} matches for \"{query}\"" : "「{query}」找到 {matches} 個符合的", + "Match {index} of {matches} for \"{query}\"" : "「{query}」的符合 {matches} 個中的第 {index} 個", + "Highlight all matches" : "突顯所有符合的項目", "The content of this folder is best viewed in the Collectives app." : "此資料夾的內容在知識庫應用程式中檢視最佳。", "Open in Collectives" : "在知識庫中開啟", "Come, organize and build shared knowledge!" : "快來整理與建構共享知識吧!", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 79fcb38ce..ebe9b07a1 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -198,6 +198,8 @@ "Actions for \"{title}\"" : "「{title}」的動作", "Page \"{name}\" has been shared" : "分享了頁面「{name}」", "Collective \"{name}\" has been shared" : "分享了知識庫「{name}」", + "Failed to share page \"{name}\": {responseError}" : "分享頁面「{name}」失敗:{responseError}", + "Failed to share collective \"{name}\": {responseError}" : "分享收藏「{name}」失敗:{responseError}", "Share link of page \"{name}\" has been updated" : "已更新頁面「{name}」的分享連結", "Share link of collective \"{name}\" has been updated" : "已更新知識庫「{name}」的分享連結", "Page \"{name}\" has been unshared" : "頁面「{name}」已取消分享", @@ -222,6 +224,13 @@ "Sharing" : "分享", "Versions" : "版本", "Clear search" : "清除搜尋", + "Find previous match" : "尋找上一個符合的項目", + "Find previous" : "尋找上一個", + "Find next match" : "尋找下一個符合的項目", + "Find next" : "尋找下一個", + "Found {matches} matches for \"{query}\"" : "「{query}」找到 {matches} 個符合的", + "Match {index} of {matches} for \"{query}\"" : "「{query}」的符合 {matches} 個中的第 {index} 個", + "Highlight all matches" : "突顯所有符合的項目", "The content of this folder is best viewed in the Collectives app." : "此資料夾的內容在知識庫應用程式中檢視最佳。", "Open in Collectives" : "在知識庫中開啟", "Come, organize and build shared knowledge!" : "快來整理與建構共享知識吧!",