mirror of https://github.com/vector-im/riot-web
Merge branch 'origin/develop' into Weblate.
commit
166d88058c
|
@ -26,5 +26,7 @@
|
||||||
"Your Element is misconfigured": "Twój Element jest nieprawidłowo skonfigurowany",
|
"Your Element is misconfigured": "Twój Element jest nieprawidłowo skonfigurowany",
|
||||||
"Powered by Matrix": "Zasilane przez Matrix",
|
"Powered by Matrix": "Zasilane przez Matrix",
|
||||||
"Use %(brand)s on mobile": "Użyj %(brand)s w telefonie",
|
"Use %(brand)s on mobile": "Użyj %(brand)s w telefonie",
|
||||||
"Decentralised, encrypted chat & collaboration powered by $matrixLogo": "Zdecentralizowany, szyfrowany czat i współpraca oparte na $matrixLogo"
|
"Decentralised, encrypted chat & collaboration powered by $matrixLogo": "Zdecentralizowany, szyfrowany czat i współpraca oparte na $matrixLogo",
|
||||||
|
"%(appName)s: %(browserName)s on %(osName)s": "%(appName)s: %(browserName)s na %(osName)s",
|
||||||
|
"%(brand)s Desktop: %(platformName)s": "Komputer %(brand)s: %(platformName)s"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"Dismiss": "關閉",
|
"Dismiss": "關閉",
|
||||||
"Unknown device": "未知裝置",
|
"Unknown device": "未知裝置",
|
||||||
"Welcome to Element": "歡迎來到 Element",
|
"Welcome to Element": "歡迎使用 Element",
|
||||||
"Sign In": "登入",
|
"Sign In": "登入",
|
||||||
"Create Account": "建立帳號",
|
"Create Account": "建立帳號",
|
||||||
"Explore rooms": "探索聊天室",
|
"Explore rooms": "探索聊天室",
|
||||||
|
@ -20,13 +20,13 @@
|
||||||
"Failed to start": "啟動失敗",
|
"Failed to start": "啟動失敗",
|
||||||
"Download Completed": "下載完成",
|
"Download Completed": "下載完成",
|
||||||
"Open": "開啟",
|
"Open": "開啟",
|
||||||
"Your Element is misconfigured": "您的 Element 配置錯誤",
|
"Your Element is misconfigured": "您的 Element 設定錯誤",
|
||||||
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "您的 Element 的配置中包含無效 JSON,請更正錯誤並重新加載網頁。",
|
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "您的 Element 設定中包含無效 JSON,請修正後重新載入網頁。",
|
||||||
"Your browser can't run %(brand)s": "您的瀏覽器無法執行 %(brand)s",
|
"Your browser can't run %(brand)s": "您的瀏覽器無法執行 %(brand)s",
|
||||||
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s 使用了您目前瀏覽器不支援的進階功能。",
|
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s 使用了您目前瀏覽器不支援的進階功能。",
|
||||||
"Powered by Matrix": "由 Matrix 驅動",
|
"Powered by Matrix": "Powered by Matrix",
|
||||||
"Use %(brand)s on mobile": "在行動裝置上使用 %(brand)s",
|
"Use %(brand)s on mobile": "在行動裝置上使用 %(brand)s",
|
||||||
"Decentralised, encrypted chat & collaboration powered by $matrixLogo": "去中心化、加密的聊天與協作,由 $matrixLogo 驅動",
|
"Decentralised, encrypted chat & collaboration powered by $matrixLogo": "由 $matrixLogo 驅動的去中心化、加密的聊天與協作工具",
|
||||||
"%(appName)s: %(browserName)s on %(osName)s": "%(appName)s:%(browserName)s 位於 %(osName)s",
|
"%(appName)s: %(browserName)s on %(osName)s": "%(appName)s:%(osName)s 的 %(browserName)s",
|
||||||
"%(brand)s Desktop: %(platformName)s": "%(brand)s 桌面:%(platformName)s"
|
"%(brand)s Desktop: %(platformName)s": "%(brand)s 桌面版:%(platformName)s"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue