1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +00:00

Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2025-02-19 01:26:10 +00:00
parent 383d376fdc
commit c02def2d49
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
OC.L10N.register(
"ocsms",
{
"Cancel" : "Canzelar",
"Settings" : "Configurazión"
"Cancel" : "Cancelar",
"Settings" : "Configuración"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,5 +1,5 @@
{ "translations": {
"Cancel" : "Canzelar",
"Settings" : "Configurazión"
"Cancel" : "Cancelar",
"Settings" : "Configuración"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -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;");

View File

@ -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;"
}