mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
7928c7977d
commit
dacfd17423
|
@ -0,0 +1,22 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"Save" : "සුරකින්න",
|
||||
"Restrictions" : "සීමා",
|
||||
"Please enter your name!" : "ඔබේ නම ඇතුලත් කරන්න!",
|
||||
"The name must be at least 3 characters long." : "නම අවම වශයෙන් අක්ෂර 3 ක් වත් විය යුතුය.",
|
||||
"You have to provide the correct password to join the meeting." : "රැස්වීමට එක්වීමට ඔබ නිවැරදි මුරපදය ලබා දිය යුතුය.",
|
||||
"Password" : "මුර පදය",
|
||||
"Join" : "එක්වන්න",
|
||||
"Have an account? Log in." : "ගිණුමක් තිබේද? පිවිසෙන්න.",
|
||||
"Hello %s" : "ආයුබෝවන් %s",
|
||||
"Group" : "සමූහය",
|
||||
"Searching" : "සොයමින්",
|
||||
"Name" : "නම",
|
||||
"Max" : "උපරිම",
|
||||
"Edit" : "සංස්කරණය",
|
||||
"Welcome" : "සාදරයෙන් පිළිගනිමු",
|
||||
"Error" : "දෝෂය",
|
||||
"Share" : "බෙදාගන්න"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,20 @@
|
|||
{ "translations": {
|
||||
"Save" : "සුරකින්න",
|
||||
"Restrictions" : "සීමා",
|
||||
"Please enter your name!" : "ඔබේ නම ඇතුලත් කරන්න!",
|
||||
"The name must be at least 3 characters long." : "නම අවම වශයෙන් අක්ෂර 3 ක් වත් විය යුතුය.",
|
||||
"You have to provide the correct password to join the meeting." : "රැස්වීමට එක්වීමට ඔබ නිවැරදි මුරපදය ලබා දිය යුතුය.",
|
||||
"Password" : "මුර පදය",
|
||||
"Join" : "එක්වන්න",
|
||||
"Have an account? Log in." : "ගිණුමක් තිබේද? පිවිසෙන්න.",
|
||||
"Hello %s" : "ආයුබෝවන් %s",
|
||||
"Group" : "සමූහය",
|
||||
"Searching" : "සොයමින්",
|
||||
"Name" : "නම",
|
||||
"Max" : "උපරිම",
|
||||
"Edit" : "සංස්කරණය",
|
||||
"Welcome" : "සාදරයෙන් පිළිගනිමු",
|
||||
"Error" : "දෝෂය",
|
||||
"Share" : "බෙදාගන්න"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -25,8 +25,13 @@ OC.L10N.register(
|
|||
"API secret" : "API 密碼",
|
||||
"Save" : "儲存",
|
||||
"Show room manager in app navigation instead of settings page." : "在應用程式導覽而非設定頁面中顯示聊天室管理器。",
|
||||
"Community" : "社群",
|
||||
"Are you enjoying this app? Give something back to the open source community." : "您喜歡此應用程式嗎?給開放原始碼社群一些回饋吧。",
|
||||
"Checkout the contributor guide" : "看看貢獻者指南",
|
||||
"URL Shortener" : "URL 縮短程式",
|
||||
"If you like to use shorter urls, you can enter a forwarding proxy below." : "如果您想要使用短網址,您可以在下面輸入轉送代理伺服器。",
|
||||
"URL shortener" : "URL 縮短程式",
|
||||
"Restrictions" : "限制",
|
||||
"You will be forwarded to the room in the next few seconds." : "在接下來的幾秒鐘內,您將會被轉送到聊天室。",
|
||||
"Let's go!" : "走吧!",
|
||||
"Please enter your name!" : "請輸入您的名稱!",
|
||||
|
|
|
@ -23,8 +23,13 @@
|
|||
"API secret" : "API 密碼",
|
||||
"Save" : "儲存",
|
||||
"Show room manager in app navigation instead of settings page." : "在應用程式導覽而非設定頁面中顯示聊天室管理器。",
|
||||
"Community" : "社群",
|
||||
"Are you enjoying this app? Give something back to the open source community." : "您喜歡此應用程式嗎?給開放原始碼社群一些回饋吧。",
|
||||
"Checkout the contributor guide" : "看看貢獻者指南",
|
||||
"URL Shortener" : "URL 縮短程式",
|
||||
"If you like to use shorter urls, you can enter a forwarding proxy below." : "如果您想要使用短網址,您可以在下面輸入轉送代理伺服器。",
|
||||
"URL shortener" : "URL 縮短程式",
|
||||
"Restrictions" : "限制",
|
||||
"You will be forwarded to the room in the next few seconds." : "在接下來的幾秒鐘內,您將會被轉送到聊天室。",
|
||||
"Let's go!" : "走吧!",
|
||||
"Please enter your name!" : "請輸入您的名稱!",
|
||||
|
|
Loading…
Reference in New Issue