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:
parent
383d376fdc
commit
c02def2d49
@ -1,7 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Canzelar",
|
||||
"Settings" : "Configurazión"
|
||||
"Cancel" : "Cancelar",
|
||||
"Settings" : "Configuración"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Canzelar",
|
||||
"Settings" : "Configurazión"
|
||||
"Cancel" : "Cancelar",
|
||||
"Settings" : "Configuración"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -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;");
|
||||
|
@ -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;"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user