From c02def2d49f344da6a38524ec7744ad7e97d10cf Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 19 Feb 2025 01:26:10 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/an.js | 4 ++-- l10n/an.json | 4 ++-- l10n/ko.js | 1 + l10n/ko.json | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/l10n/an.js b/l10n/an.js index a9d474b..f0cead8 100644 --- a/l10n/an.js +++ b/l10n/an.js @@ -1,7 +1,7 @@ OC.L10N.register( "ocsms", { - "Cancel" : "Canzelar", - "Settings" : "Configurazión" + "Cancel" : "Cancelar", + "Settings" : "Configuración" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/an.json b/l10n/an.json index 73c265d..92d3680 100644 --- a/l10n/an.json +++ b/l10n/an.json @@ -1,5 +1,5 @@ { "translations": { - "Cancel" : "Canzelar", - "Settings" : "Configurazión" + "Cancel" : "Cancelar", + "Settings" : "Configuración" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js index b04bf03..a2ad132 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -19,6 +19,7 @@ OC.L10N.register( "Disable" : "사용 안함", "Are you sure you want to wipe all your messages ?" : "모든 메시지를 삭제하시겠습니까?", "Reset all messages" : "모든 메시지 초기화", + "%s messages shown of %s messages stored in database." : "데이터베이스에 저장된 %s개의 메시지 중 %s개의 메시지 표시", "Please select a conversation from the list to load it." : "메시지를 불러 오려면 대화를 목록에서 선택하십시오." }, "nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json index 17ad75c..cbedc2f 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -17,6 +17,7 @@ "Disable" : "사용 안함", "Are you sure you want to wipe all your messages ?" : "모든 메시지를 삭제하시겠습니까?", "Reset all messages" : "모든 메시지 초기화", + "%s messages shown of %s messages stored in database." : "데이터베이스에 저장된 %s개의 메시지 중 %s개의 메시지 표시", "Please select a conversation from the list to load it." : "메시지를 불러 오려면 대화를 목록에서 선택하십시오." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file