mirror of https://github.com/sualko/cloud_bbb
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/347/merge
parent
a8387c6b22
commit
43376a0655
17
l10n/lo.js
17
l10n/lo.js
|
|
@ -1,18 +1,33 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"bbb",
|
"bbb",
|
||||||
{
|
{
|
||||||
|
"Public" : "Public",
|
||||||
|
"Internal" : "Internal",
|
||||||
"Back to %s" : "ຫຼັງ%s",
|
"Back to %s" : "ຫຼັງ%s",
|
||||||
"Save" : "ບັນທຶກ",
|
"Save" : "ບັນທຶກ",
|
||||||
"Community" : "ຊຸມຊົນ",
|
"Community" : "ຊຸມຊົນ",
|
||||||
|
"Display name" : "Display name",
|
||||||
"Password" : "ລະຫັດຜ່ານ",
|
"Password" : "ລະຫັດຜ່ານ",
|
||||||
|
"Join" : "Join",
|
||||||
"Hello %s" : "ສະບາຍດີ 1%s",
|
"Hello %s" : "ສະບາຍດີ 1%s",
|
||||||
"Group" : "ກຸ່ມ",
|
"Group" : "ກຸ່ມ",
|
||||||
|
"moderator" : "moderator",
|
||||||
"Name" : "ຊື່",
|
"Name" : "ຊື່",
|
||||||
"Access" : "ການເຂົ້າເຖິງ",
|
"Access" : "ການເຂົ້າເຖິງ",
|
||||||
"Edit" : "ແກ້ໄຂ",
|
"Edit" : "ແກ້ໄຂ",
|
||||||
|
"Miscellaneous" : "Miscellaneous",
|
||||||
|
"Recording" : "Recording",
|
||||||
|
"Room name" : "Room name",
|
||||||
"Create" : "ສ້າງ",
|
"Create" : "ສ້າງ",
|
||||||
|
"Published" : "Published",
|
||||||
"Copy to clipboard" : "ສຳເນົາໃສ່ຄລິບບອດ",
|
"Copy to clipboard" : "ສຳເນົາໃສ່ຄລິບບອດ",
|
||||||
"Delete" : "ລຶບ",
|
"Delete" : "ລຶບ",
|
||||||
"Error" : "ຜິດພາດ"
|
"Delete \"{name}\"?" : "Delete \"{name}\"?",
|
||||||
|
"Error" : "ຜິດພາດ",
|
||||||
|
"Group name" : "Group name",
|
||||||
|
"All" : "All",
|
||||||
|
"Settings saved" : "Settings saved",
|
||||||
|
"Unexpected error occurred" : "Unexpected error occurred",
|
||||||
|
"Send to" : "Send to"
|
||||||
},
|
},
|
||||||
"nplurals=1; plural=0;");
|
"nplurals=1; plural=0;");
|
||||||
|
|
|
||||||
17
l10n/lo.json
17
l10n/lo.json
|
|
@ -1,16 +1,31 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Public" : "Public",
|
||||||
|
"Internal" : "Internal",
|
||||||
"Back to %s" : "ຫຼັງ%s",
|
"Back to %s" : "ຫຼັງ%s",
|
||||||
"Save" : "ບັນທຶກ",
|
"Save" : "ບັນທຶກ",
|
||||||
"Community" : "ຊຸມຊົນ",
|
"Community" : "ຊຸມຊົນ",
|
||||||
|
"Display name" : "Display name",
|
||||||
"Password" : "ລະຫັດຜ່ານ",
|
"Password" : "ລະຫັດຜ່ານ",
|
||||||
|
"Join" : "Join",
|
||||||
"Hello %s" : "ສະບາຍດີ 1%s",
|
"Hello %s" : "ສະບາຍດີ 1%s",
|
||||||
"Group" : "ກຸ່ມ",
|
"Group" : "ກຸ່ມ",
|
||||||
|
"moderator" : "moderator",
|
||||||
"Name" : "ຊື່",
|
"Name" : "ຊື່",
|
||||||
"Access" : "ການເຂົ້າເຖິງ",
|
"Access" : "ການເຂົ້າເຖິງ",
|
||||||
"Edit" : "ແກ້ໄຂ",
|
"Edit" : "ແກ້ໄຂ",
|
||||||
|
"Miscellaneous" : "Miscellaneous",
|
||||||
|
"Recording" : "Recording",
|
||||||
|
"Room name" : "Room name",
|
||||||
"Create" : "ສ້າງ",
|
"Create" : "ສ້າງ",
|
||||||
|
"Published" : "Published",
|
||||||
"Copy to clipboard" : "ສຳເນົາໃສ່ຄລິບບອດ",
|
"Copy to clipboard" : "ສຳເນົາໃສ່ຄລິບບອດ",
|
||||||
"Delete" : "ລຶບ",
|
"Delete" : "ລຶບ",
|
||||||
"Error" : "ຜິດພາດ"
|
"Delete \"{name}\"?" : "Delete \"{name}\"?",
|
||||||
|
"Error" : "ຜິດພາດ",
|
||||||
|
"Group name" : "Group name",
|
||||||
|
"All" : "All",
|
||||||
|
"Settings saved" : "Settings saved",
|
||||||
|
"Unexpected error occurred" : "Unexpected error occurred",
|
||||||
|
"Send to" : "Send to"
|
||||||
},"pluralForm" :"nplurals=1; plural=0;"
|
},"pluralForm" :"nplurals=1; plural=0;"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue