i18n (#463)
i18n Co-authored-by: Tanbir Hasan <tanbir2025@gmail.com> Co-authored-by: Gabriel Schneider <57860382+gabschne@users.noreply.github.com>
This commit is contained in:
@@ -252,6 +252,12 @@ You're done!
|
||||
|
||||
## Developing 👷
|
||||
|
||||
#### Use a browser based development environment:
|
||||
|
||||
[](https://gitpod.io/#https://github.com/zadam/trilium)
|
||||
|
||||
#### Or, with local development environment:
|
||||
|
||||
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
|
||||
2. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`).
|
||||
3. Start the development server with `npm run dev`.
|
||||
|
||||
@@ -23,22 +23,22 @@ export default {
|
||||
open_collective: "Open Collective",
|
||||
paypal: "PayPal",
|
||||
patreon: "Patreon",
|
||||
javascript_code: "JavaScript Code",
|
||||
javascript_code: "JavaScript-Code",
|
||||
method: "Methode",
|
||||
path: "Pfad",
|
||||
label: "Beschriftung",
|
||||
again: "Wiederholen",
|
||||
content_type: "Content-Typ",
|
||||
raw_input: "Rohdaten Eingabe",
|
||||
parameter_list: "Parameter Liste",
|
||||
raw_input: "Rohdaten-Eingabe",
|
||||
parameter_list: "Parameterliste",
|
||||
raw_request_body: "Rohdaten der Anfrage",
|
||||
show_code: "Code zeigen",
|
||||
hide_code: "Code ausblenden",
|
||||
show_prerequest_script: "Vorabfrageskript anzeigen",
|
||||
hide_prerequest_script: "Voranforderungsskript ausblenden",
|
||||
show_prerequest_script: "Preanfrageskript anzeigen",
|
||||
hide_prerequest_script: "Preanfrageskript ausblenden",
|
||||
authentication: "Authentifizierung",
|
||||
authentication_type: "Authentifizierung Typ",
|
||||
include_in_url: "IIn URL einfügen",
|
||||
authentication_type: "Authentifizierungs-Typ",
|
||||
include_in_url: "In URL einfügen",
|
||||
parameters: "Parameter",
|
||||
expand_response: "Antwort ausklappen",
|
||||
collapse_response: "Antwort einklappen",
|
||||
@@ -48,20 +48,20 @@ export default {
|
||||
collections: "Kollektionen",
|
||||
import_curl: "cURL importieren",
|
||||
import: "Importieren",
|
||||
generate_code: "Code erstellen",
|
||||
request_type: "Anfrage Typ",
|
||||
generated_code: "Erstellter Code",
|
||||
generate_code: "Code generieren",
|
||||
request_type: "Anfrage-Typ",
|
||||
generated_code: "Generierter Code",
|
||||
status: "Status",
|
||||
headers: "Überschriften",
|
||||
headers: "Headers",
|
||||
websocket: "WebSocket",
|
||||
waiting_for_connection: "(auf Verbindung warten)",
|
||||
waiting_for_connection: "(warte auf Verbindung)",
|
||||
message: "Nachricht",
|
||||
sse: "SSE",
|
||||
server: "Server",
|
||||
events: "Events",
|
||||
events: "Ereignisse",
|
||||
url: "URL",
|
||||
get_schema: "Schema abrufen",
|
||||
header_list: "Überschriftenliste",
|
||||
header_list: "Headerliste",
|
||||
add_new: "Neu hinzufügen",
|
||||
response: "Antwort",
|
||||
query: "Abfrage",
|
||||
@@ -85,5 +85,5 @@ export default {
|
||||
connect: "Verbinden",
|
||||
disconnect: "Trennen",
|
||||
start: "Start",
|
||||
stop: "Halt"
|
||||
stop: "Stopp"
|
||||
};
|
||||
|
||||
@@ -1,89 +0,0 @@
|
||||
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 သီးသန့်တည်ရှိမှုမူဝါဒ",
|
||||
contact_us: "Contact us",
|
||||
connect: "Connect",
|
||||
disconnect: "Disconnect",
|
||||
start: "Start",
|
||||
stop: "Stop"
|
||||
};
|
||||
@@ -358,12 +358,6 @@ export default {
|
||||
name: "日本語",
|
||||
iso: "ja-JP",
|
||||
file: "ja-JP.js"
|
||||
},
|
||||
{
|
||||
code: "my",
|
||||
name: "မြန်မာ",
|
||||
iso: "my-MM",
|
||||
file: "my-MM.js"
|
||||
}
|
||||
],
|
||||
defaultLocale: "en",
|
||||
|
||||
Reference in New Issue
Block a user