From 4c19a7d5989a1056e76d43150b693d5653ad5884 Mon Sep 17 00:00:00 2001 From: Zayar Tun Date: Mon, 16 Dec 2019 21:46:00 +0630 Subject: [PATCH 1/3] Burmese translation added --- lang/my-MM.js | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ nuxt.config.js | 6 ++++ 2 files changed, 90 insertions(+) create mode 100644 lang/my-MM.js diff --git a/lang/my-MM.js b/lang/my-MM.js new file mode 100644 index 000000000..1d9cbd3bc --- /dev/null +++ b/lang/my-MM.js @@ -0,0 +1,84 @@ +export default { + home: "မူစာမျက်နှာ", + realtime: "အချိန်မှန်", + graphql: "GraphQL", + settings: "ဆက်တင်များ", + request: "တောင်းဆိုမှု", + install_pwa: "PWA ထည့်သွင်းမည်", + support_us: "ငါတို့ကို ကူညီပါ", + tweet: "Tweet", + options: "ရွေးချယ်စရာများ", + communication: "ဆက်သွယ်ရေး", + endpoint: "အဆုံးမှတ်", + schema: "အစီအစဉ်", + theme: "အလှပြင်ဆင်ခြင်း", + subscribe: "Subscribe", + choose_language: "ဘာသာစကား ရွေးချယ်ပါ", + shortcuts: "Shortcuts", + send_request: "တောင်းဆိုမှု ပေးပို့ပါ", + save_to_collections: "စုဆောင်းမှုသို့ သိမ်းဆည်းပါ", + copy_request_link: "တောင်းဆိုမှုလင့်လ်ကို ကူးယူပါ", + reset_request: "တောင်းဆိုမှု ပြန်လည်သတ်မှတ်", + support_us_on: "လှူဒါန်းပါ", + open_collective: "စုဆောင်းမှုများကိုဖွင့်", + paypal: "PayPal", + patreon: "Patreon", + javascript_code: "JavaScript ကုဒ်", + method: "နည်းလမ်း", + path: "လမ်းကြောင်း", + label: "တံဆိပ်", + again: "နောက်တဖန်", + content_type: "Content Type", + raw_input: "Raw ထည့်ရန်", + parameter_list: "တိုင်းတာကိန်း စာရင်း", + raw_request_body: "Raw Body တောင်းဆိုမှု", + show_code: "ကုဒ်ကိုကြည့်ပါ", + hide_code: "ကုဒ်ကိုဖျောက်ပါ", + show_prerequest_script: "ကြိုတင် တောင်းဆိုမှု script ကိုကြည့်ပါ", + hide_prerequest_script: "ကြိုတင်တောင်းဆိုမှု script ကိုဖျောက်ပါ", + authentication: "စစ်မှန်ကြောင်းအထောက်အထား", + authentication_type: "စစ်မှန်ကြောင်းအထောက်အထား အမျိုးအစား", + include_in_url: "URL တွင်ထည့်သွင်းပါ", + parameters: "တိုင်းတာကိန်း များ", + expand_response: "တုံ့ပြန်မှု ကိုချဲ့", + collapse_response: "တုံ့ပြန်မှု ကိုစု", + hide_preview: "ကြိုတင် မကြည့်ပါ", + preview_html: "HTML ဖြင့်ကြိုတင်ပြသမှု", + history: "ပြုလုပ်ခဲ့ဖူးသော", + collections: "စုဆောင်းထားမှုများ", + import_curl: "cURL ထည့်သွင်းမည်", + import: "ထည့်သွင်းမည်", + generate_code: "ကုဒ် ထုတ်မည်", + request_type: "တောင်းဆိုမှု အမျိုးအစား", + generated_code: "ထုတ်ပီးသော ကုဒ်များ", + status: "အခြေအနေများ", + headers: "ခေါင်းစဉ်များ", + websocket: "ဝက်ဘ် Socket", + waiting_for_connection: "(ချိတ်ဆက်မှုကို စောင့်နေသည်)", + message: "သတင်းစကား", + sse: "SSE", + server: "ဆာဗာ", + events: "Event များ", + url: "URL", + get_schema: "အစီအစဉ် ရယူပါ", + header_list: "ခေါင်းစဉ် စာရင်း", + add_new: "အသစ်ထည့်မည်", + response: "တုံ့ပြန်မှု", + query: "Query", + queries: "Queries", + mutations: "Mutations", + subscriptions: "စာရင်းသွင်းခြင်းများ", + types: "အမျိုးအစားများ", + send: "ပို့ပါ", + background: "နောက်ခံ", + color: "အရောင်", + labels: "တံဆိပ် များ", + multi_color: "ရောင်စုံ", + enabled: "ဖွင့်ထားသည်", + disabled: "ပိတ်ထားသည်", + proxy: "Proxy", + postwoman_official_proxy_hosting: + "Postwoman ၏တရားဝင် proxy ကို Apollo TV မှတည်ခင်းသည်။", + read_the: "ဖတ်ပါ", + apollotv_privacy_policy: "ApolloTV သီးသန့်တည်ရှိမှုမူဝါဒ" + }; \ No newline at end of file diff --git a/nuxt.config.js b/nuxt.config.js index 86b9a21b5..e2d2ff237 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -358,6 +358,12 @@ export default { name: "日本語", iso: "ja-JP", file: "ja-JP.js" + }, + { + code: "my", + name: "မြန်မာ", + iso: "my-MM", + file: "my-MM.js" } ], defaultLocale: "en", From 2c93e2f783229db8f76db20e160e8b7f88b6c634 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 16 Dec 2019 23:21:32 +0530 Subject: [PATCH 2/3] :globe_with_meridians: Added more internationalization vocabulary --- lang/de-DE.js | 7 ++++++- lang/en-US.js | 7 ++++++- lang/es-ES.js | 7 ++++++- lang/fa-IR.js | 10 ++++++++-- lang/fr-FR.js | 7 ++++++- lang/id-ID.js | 10 ++++++++-- lang/ja-JP.js | 7 ++++++- lang/pt-BR.js | 11 ++++++++--- lang/tr-TR.js | 7 ++++++- lang/zh-CN.js | 9 +++++++-- layouts/default.vue | 4 ++-- pages/realtime.vue | 4 ++-- 12 files changed, 71 insertions(+), 19 deletions(-) diff --git a/lang/de-DE.js b/lang/de-DE.js index a4bf7f809..0bbef703e 100644 --- a/lang/de-DE.js +++ b/lang/de-DE.js @@ -80,5 +80,10 @@ export default { postwoman_official_proxy_hosting: "Postwomans offizieller Proxy wird durch ApolloTV bereitgestellt.", read_the: "Lies die", - apollotv_privacy_policy: "ApolloTV Datenschutzerklärung" + apollotv_privacy_policy: "ApolloTV Datenschutzerklärung", + contact_us: "Kontaktiere uns", + connect: "Verbinden", + disconnect: "Trennen", + start: "Start", + stop: "Halt" }; diff --git a/lang/en-US.js b/lang/en-US.js index 729f14408..19f9fce0b 100644 --- a/lang/en-US.js +++ b/lang/en-US.js @@ -80,5 +80,10 @@ export default { postwoman_official_proxy_hosting: "Postwoman's Official Proxy is hosted by ApolloTV.", read_the: "Read the", - apollotv_privacy_policy: "ApolloTV privacy policy" + apollotv_privacy_policy: "ApolloTV privacy policy", + contact_us: "Contact us", + connect: "Connect", + disconnect: "Disconnect", + start: "Start", + stop: "Stop" }; diff --git a/lang/es-ES.js b/lang/es-ES.js index 40a4cdd91..5bd7fbe60 100644 --- a/lang/es-ES.js +++ b/lang/es-ES.js @@ -80,5 +80,10 @@ export default { postwoman_official_proxy_hosting: "Proxy Oficial de Postwoman está hospedado en ApolloTV.", read_the: "Leer la", - apollotv_privacy_policy: "Política de Privacidad de ApolloTV" + apollotv_privacy_policy: "Política de Privacidad de ApolloTV", + contact_us: "Contáctenos", + connect: "Conectar", + disconnect: "Desconectar", + start: "Comienzo", + stop: "Detener" }; diff --git a/lang/fa-IR.js b/lang/fa-IR.js index b37da3e24..a998fae05 100644 --- a/lang/fa-IR.js +++ b/lang/fa-IR.js @@ -77,7 +77,13 @@ export default { enabled: "فعال", disabled: "غیر فعال", proxy: "پراکسی", - postwoman_official_proxy_hosting: "پراکسی Postwoman برروی هاست ApolloTV قرار دارد.", + postwoman_official_proxy_hosting: + "پراکسی Postwoman برروی هاست ApolloTV قرار دارد.", read_the: "بخوانید", - apollotv_privacy_policy: "خط مشی رازداری ApolloTV" + apollotv_privacy_policy: "خط مشی رازداری ApolloTV", + contact_us: "Contact us", + connect: "Connect", + disconnect: "Disconnect", + start: "Start", + stop: "Stop" }; diff --git a/lang/fr-FR.js b/lang/fr-FR.js index 49165f8e2..dc6c2e48b 100644 --- a/lang/fr-FR.js +++ b/lang/fr-FR.js @@ -80,5 +80,10 @@ export default { postwoman_official_proxy_hosting: "Le proxy officiel de Postwoman est hébergé par ApolloTV.", read_the: "Lire la", - apollotv_privacy_policy: "politique de confidentialité ApolloTV" + apollotv_privacy_policy: "politique de confidentialité ApolloTV", + contact_us: "Contactez nous", + connect: "Relier", + disconnect: "Déconnecter", + start: "Début", + stop: "Arrêtez" }; diff --git a/lang/id-ID.js b/lang/id-ID.js index b4a3c3d25..17d60c678 100644 --- a/lang/id-ID.js +++ b/lang/id-ID.js @@ -77,7 +77,13 @@ export default { enabled: "diaktifkan", disabled: "dinonaktifkan", proxy: "Proksi", - postwoman_official_proxy_hosting: "Proksi Resmi Postwoman dalam penginangan ApolloTV.", + postwoman_official_proxy_hosting: + "Proksi Resmi Postwoman dalam penginangan ApolloTV.", read_the: "Bacalah", - apollotv_privacy_policy: "kebijakan privasi ApolloTV" + apollotv_privacy_policy: "kebijakan privasi ApolloTV", + contact_us: "Hubungi kami", + connect: "Menghubungkan", + disconnect: "Memutuskan", + start: "Mulai", + stop: "Berhenti" }; diff --git a/lang/ja-JP.js b/lang/ja-JP.js index 0e9237354..086cb127a 100644 --- a/lang/ja-JP.js +++ b/lang/ja-JP.js @@ -80,5 +80,10 @@ export default { postwoman_official_proxy_hosting: "Postwomanの公式プロキシは、Apollo TVがホストしています。", read_the: "プライバシーポリシー", - apollotv_privacy_policy: "を読む" + apollotv_privacy_policy: "を読む", + contact_us: "お問い合わせ", + connect: "つなぐ", + disconnect: "切断する", + start: "開始", + stop: "やめる" }; diff --git a/lang/pt-BR.js b/lang/pt-BR.js index aeb46ff0d..7b7d919d1 100644 --- a/lang/pt-BR.js +++ b/lang/pt-BR.js @@ -77,7 +77,12 @@ export default { enabled: "Ativado", disabled: "Desativado", proxy: "Proxy", - postwoman_official_proxy_hosting: "postwoman_official_proxy_hosting", - read_the: "read_the", - apollotv_privacy_policy: "apollotv_privacy_policy" + postwoman_official_proxy_hosting: "Postwoman's alojamento proxy oficial", + read_the: "Leia o", + apollotv_privacy_policy: "ApolloTV Política de Privacidade", + contact_us: "Contate-Nos", + connect: "Conectar", + disconnect: "Desconectar", + start: "Começar", + stop: "Pare" }; diff --git a/lang/tr-TR.js b/lang/tr-TR.js index 3732a42cc..ea159fbdc 100644 --- a/lang/tr-TR.js +++ b/lang/tr-TR.js @@ -80,5 +80,10 @@ export default { postwoman_official_proxy_hosting: "Proxy Oficial de Postwoman está hospedado en ApolloTV.", read_the: "Leer la", - apollotv_privacy_policy: "ApolloTV gizlilik politikaları" + apollotv_privacy_policy: "ApolloTV gizlilik politikaları", + contact_us: "Bizimle iletişime geçin", + connect: "Bağlan", + disconnect: "Kesmek", + start: "Başla", + stop: "Durdurmak" }; diff --git a/lang/zh-CN.js b/lang/zh-CN.js index 3551c3255..a98245413 100644 --- a/lang/zh-CN.js +++ b/lang/zh-CN.js @@ -56,7 +56,7 @@ export default { websocket: "Websocket", waiting_for_connection: "(等待连接)", message: "消息内容", - sse: "sse", + sse: "SSE", server: "Server", events: "事件", url: "地址", @@ -79,5 +79,10 @@ export default { proxy: "代理", postwoman_official_proxy_hosting: "Postwoman的官方代理由ApolloTV托管", read_the: "阅读", - apollotv_privacy_policy: "ApolloTV隐私政策" + apollotv_privacy_policy: "ApolloTV隐私政策", + contact_us: "联系我们", + connect: "连接", + disconnect: "断开", + start: "开始", + stop: "停止" }; diff --git a/layouts/default.vue b/layouts/default.vue index a1fb14f45..1e2583587 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -349,11 +349,11 @@ - diff --git a/pages/realtime.vue b/pages/realtime.vue index 568481ef7..cf583bd1c 100644 --- a/pages/realtime.vue +++ b/pages/realtime.vue @@ -25,7 +25,7 @@ name="connect" @click="toggleConnection" > - {{ !connectionState ? "Connect" : "Disconnect" }} + {{ !connectionState ? $t("connect") : $t("disconnect") }} {{ !connectionState ? "sync" : "sync_disabled" }} @@ -114,7 +114,7 @@ name="start" @click="toggleSSEConnection" > - {{ !connectionSSEState ? "Start" : "Stop" }} + {{ !connectionSSEState ? $t("start") : $t("stop") }} {{ !connectionSSEState ? "sync" : "sync_disabled" }} From 3ffe5559e7c3f25685424b234f2618c501c00485 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 16 Dec 2019 23:26:46 +0530 Subject: [PATCH 3/3] :globe_with_meridians: Added more internationalization vocabulary --- lang/my-MM.js | 171 ++++++++++++++++++++++++++------------------------ 1 file changed, 88 insertions(+), 83 deletions(-) diff --git a/lang/my-MM.js b/lang/my-MM.js index 1d9cbd3bc..ac77a8f47 100644 --- a/lang/my-MM.js +++ b/lang/my-MM.js @@ -1,84 +1,89 @@ export default { - home: "မူစာမျက်နှာ", - realtime: "အချိန်မှန်", - graphql: "GraphQL", - settings: "ဆက်တင်များ", - request: "တောင်းဆိုမှု", - install_pwa: "PWA ထည့်သွင်းမည်", - support_us: "ငါတို့ကို ကူညီပါ", - tweet: "Tweet", - options: "ရွေးချယ်စရာများ", - communication: "ဆက်သွယ်ရေး", - endpoint: "အဆုံးမှတ်", - schema: "အစီအစဉ်", - theme: "အလှပြင်ဆင်ခြင်း", - subscribe: "Subscribe", - choose_language: "ဘာသာစကား ရွေးချယ်ပါ", - shortcuts: "Shortcuts", - send_request: "တောင်းဆိုမှု ပေးပို့ပါ", - save_to_collections: "စုဆောင်းမှုသို့ သိမ်းဆည်းပါ", - copy_request_link: "တောင်းဆိုမှုလင့်လ်ကို ကူးယူပါ", - reset_request: "တောင်းဆိုမှု ပြန်လည်သတ်မှတ်", - support_us_on: "လှူဒါန်းပါ", - open_collective: "စုဆောင်းမှုများကိုဖွင့်", - paypal: "PayPal", - patreon: "Patreon", - javascript_code: "JavaScript ကုဒ်", - method: "နည်းလမ်း", - path: "လမ်းကြောင်း", - label: "တံဆိပ်", - again: "နောက်တဖန်", - content_type: "Content Type", - raw_input: "Raw ထည့်ရန်", - parameter_list: "တိုင်းတာကိန်း စာရင်း", - raw_request_body: "Raw Body တောင်းဆိုမှု", - show_code: "ကုဒ်ကိုကြည့်ပါ", - hide_code: "ကုဒ်ကိုဖျောက်ပါ", - show_prerequest_script: "ကြိုတင် တောင်းဆိုမှု script ကိုကြည့်ပါ", - hide_prerequest_script: "ကြိုတင်တောင်းဆိုမှု script ကိုဖျောက်ပါ", - authentication: "စစ်မှန်ကြောင်းအထောက်အထား", - authentication_type: "စစ်မှန်ကြောင်းအထောက်အထား အမျိုးအစား", - include_in_url: "URL တွင်ထည့်သွင်းပါ", - parameters: "တိုင်းတာကိန်း များ", - expand_response: "တုံ့ပြန်မှု ကိုချဲ့", - collapse_response: "တုံ့ပြန်မှု ကိုစု", - hide_preview: "ကြိုတင် မကြည့်ပါ", - preview_html: "HTML ဖြင့်ကြိုတင်ပြသမှု", - history: "ပြုလုပ်ခဲ့ဖူးသော", - collections: "စုဆောင်းထားမှုများ", - import_curl: "cURL ထည့်သွင်းမည်", - import: "ထည့်သွင်းမည်", - generate_code: "ကုဒ် ထုတ်မည်", - request_type: "တောင်းဆိုမှု အမျိုးအစား", - generated_code: "ထုတ်ပီးသော ကုဒ်များ", - status: "အခြေအနေများ", - headers: "ခေါင်းစဉ်များ", - websocket: "ဝက်ဘ် Socket", - waiting_for_connection: "(ချိတ်ဆက်မှုကို စောင့်နေသည်)", - message: "သတင်းစကား", - sse: "SSE", - server: "ဆာဗာ", - events: "Event များ", - url: "URL", - get_schema: "အစီအစဉ် ရယူပါ", - header_list: "ခေါင်းစဉ် စာရင်း", - add_new: "အသစ်ထည့်မည်", - response: "တုံ့ပြန်မှု", - query: "Query", - queries: "Queries", - mutations: "Mutations", - subscriptions: "စာရင်းသွင်းခြင်းများ", - types: "အမျိုးအစားများ", - send: "ပို့ပါ", - background: "နောက်ခံ", - color: "အရောင်", - labels: "တံဆိပ် များ", - multi_color: "ရောင်စုံ", - enabled: "ဖွင့်ထားသည်", - disabled: "ပိတ်ထားသည်", - proxy: "Proxy", - postwoman_official_proxy_hosting: - "Postwoman ၏တရားဝင် proxy ကို Apollo TV မှတည်ခင်းသည်။", - read_the: "ဖတ်ပါ", - apollotv_privacy_policy: "ApolloTV သီးသန့်တည်ရှိမှုမူဝါဒ" - }; \ No newline at end of file + home: "မူစာမျက်နှာ", + realtime: "အချိန်မှန်", + graphql: "GraphQL", + settings: "ဆက်တင်များ", + request: "တောင်းဆိုမှု", + install_pwa: "PWA ထည့်သွင်းမည်", + support_us: "ငါတို့ကို ကူညီပါ", + tweet: "Tweet", + options: "ရွေးချယ်စရာများ", + communication: "ဆက်သွယ်ရေး", + endpoint: "အဆုံးမှတ်", + schema: "အစီအစဉ်", + theme: "အလှပြင်ဆင်ခြင်း", + subscribe: "Subscribe", + choose_language: "ဘာသာစကား ရွေးချယ်ပါ", + shortcuts: "Shortcuts", + send_request: "တောင်းဆိုမှု ပေးပို့ပါ", + save_to_collections: "စုဆောင်းမှုသို့ သိမ်းဆည်းပါ", + copy_request_link: "တောင်းဆိုမှုလင့်လ်ကို ကူးယူပါ", + reset_request: "တောင်းဆိုမှု ပြန်လည်သတ်မှတ်", + support_us_on: "လှူဒါန်းပါ", + open_collective: "စုဆောင်းမှုများကိုဖွင့်", + paypal: "PayPal", + patreon: "Patreon", + javascript_code: "JavaScript ကုဒ်", + method: "နည်းလမ်း", + path: "လမ်းကြောင်း", + label: "တံဆိပ်", + again: "နောက်တဖန်", + content_type: "Content Type", + raw_input: "Raw ထည့်ရန်", + parameter_list: "တိုင်းတာကိန်း စာရင်း", + raw_request_body: "Raw Body တောင်းဆိုမှု", + show_code: "ကုဒ်ကိုကြည့်ပါ", + hide_code: "ကုဒ်ကိုဖျောက်ပါ", + show_prerequest_script: "ကြိုတင် တောင်းဆိုမှု script ကိုကြည့်ပါ", + hide_prerequest_script: "ကြိုတင်တောင်းဆိုမှု script ကိုဖျောက်ပါ", + authentication: "စစ်မှန်ကြောင်းအထောက်အထား", + authentication_type: "စစ်မှန်ကြောင်းအထောက်အထား အမျိုးအစား", + include_in_url: "URL တွင်ထည့်သွင်းပါ", + parameters: "တိုင်းတာကိန်း များ", + expand_response: "တုံ့ပြန်မှု ကိုချဲ့", + collapse_response: "တုံ့ပြန်မှု ကိုစု", + hide_preview: "ကြိုတင် မကြည့်ပါ", + preview_html: "HTML ဖြင့်ကြိုတင်ပြသမှု", + history: "ပြုလုပ်ခဲ့ဖူးသော", + collections: "စုဆောင်းထားမှုများ", + import_curl: "cURL ထည့်သွင်းမည်", + import: "ထည့်သွင်းမည်", + generate_code: "ကုဒ် ထုတ်မည်", + request_type: "တောင်းဆိုမှု အမျိုးအစား", + generated_code: "ထုတ်ပီးသော ကုဒ်များ", + status: "အခြေအနေများ", + headers: "ခေါင်းစဉ်များ", + websocket: "ဝက်ဘ် Socket", + waiting_for_connection: "(ချိတ်ဆက်မှုကို စောင့်နေသည်)", + message: "သတင်းစကား", + sse: "SSE", + server: "ဆာဗာ", + events: "Event များ", + url: "URL", + get_schema: "အစီအစဉ် ရယူပါ", + header_list: "ခေါင်းစဉ် စာရင်း", + add_new: "အသစ်ထည့်မည်", + response: "တုံ့ပြန်မှု", + query: "Query", + queries: "Queries", + mutations: "Mutations", + subscriptions: "စာရင်းသွင်းခြင်းများ", + types: "အမျိုးအစားများ", + send: "ပို့ပါ", + background: "နောက်ခံ", + color: "အရောင်", + labels: "တံဆိပ် များ", + multi_color: "ရောင်စုံ", + enabled: "ဖွင့်ထားသည်", + disabled: "ပိတ်ထားသည်", + proxy: "Proxy", + postwoman_official_proxy_hosting: + "Postwoman ၏တရားဝင် proxy ကို Apollo TV မှတည်ခင်းသည်။", + read_the: "ဖတ်ပါ", + apollotv_privacy_policy: "ApolloTV သီးသန့်တည်ရှိမှုမူဝါဒ", + contact_us: "Contact us", + connect: "Connect", + disconnect: "Disconnect", + start: "Start", + stop: "Stop" +};