Skip to content

Commit

Permalink
Update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeBaruna committed Jul 21, 2022
1 parent 32c7ee5 commit ab84787
Show file tree
Hide file tree
Showing 13 changed files with 189 additions and 110 deletions.
10 changes: 7 additions & 3 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"message": "Dein bester Begleiter für Genshin Impact! Nutze den Aufstiegsrechner, um zu planen, welche Gegenstände du farmen möchtest und verfolge deinen Fortschritt mit dem Gebetezähler und der To-Do-Liste.",
"visitor": "{count} Besucher in den letzten 7 Tagen",
"banner": {
"featured": [
"Eula"
],
"summoned": "Gezogen",
"percentage": "aus allen {rarity}",
"avg": "Garantie Durchschnitt",
Expand Down Expand Up @@ -962,5 +959,12 @@
"common": {
"dataSynced": "",
"driveError": ""
},
"update": {
"newUpdate": "",
"updateRefresh": "",
"whatsNew": "",
"later": "",
"refresh": ""
}
}
49 changes: 40 additions & 9 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@
"manualButton": "Enable Manual Input",
"errorBanner": "Banner time mismatch! Please adjust your server on the settings page. Still not working? Please leave a message on Discord 😅",
"globalWishTally": "Global Wish Stats",
"pityTooltip": ["Shows your current {rarity} pity", "{count} pulls to guaranteed {rarity}"],
"pityTooltip": [
"Shows your current {rarity} pity",
"{count} pulls to guaranteed {rarity}"
],
"import": {
"title": "Import Wish History",
"faqsButton": "FAQ - READ FIRST",
Expand Down Expand Up @@ -176,7 +179,11 @@
"server": "Select your server:",
"wishTallyCheck": "Submit pity for global wish stats",
"wishTally": "We are doing a global wish stats! You can submit your wish stats to participate. All pity data will be aggregated to know what is the average pity of paimon.moe users.",
"wishTallyCollected": ["What will be collected:", "and", "pity from your wish history"],
"wishTallyCollected": [
"What will be collected:",
"and",
"pity from your wish history"
],
"forceUpdateCheck": "Force update wish history (enable only if your wish history is not updating)",
"header": [
"Import and backup your Genshin Impact wish history to keep it for more than 6 months. It also automatically tracks your pity and statistics about your wishes!",
Expand Down Expand Up @@ -354,7 +361,11 @@
"exportFinish": "Export success, please wait until your browser downloads the file!",
"wishTallyTitle": "Submit Wish Stats",
"wishTally": "We are doing a global wish stats! You can submit your wish stats to participate. All pity data will be aggregated to know what is the average pity of paimon.moe users.",
"wishTallyCollected": ["What will be collected:", "and", "pity from your wish history"],
"wishTallyCollected": [
"What will be collected:",
"and",
"pity from your wish history"
],
"wishTallySubmit": "Submit Wish Stats",
"wishTallyThankyou": "Thank you for participating!",
"manualTitle": "Manual Input Settings",
Expand All @@ -366,13 +377,22 @@
"subtitle": "After a 1x Wish:",
"pressWhenYouGet": "Press {button} when you get {rarity}★",
"p1": "It will automatically add the lifetime pulls, 5★, and 4★ pity",
"p2": ["When the", "pity reaches 10, it will automatically be reset to 0"],
"p3": ["When the", "pity reaches 90, it will automatically be reset to 0"],
"p2": [
"When the",
"pity reaches 10, it will automatically be reset to 0"
],
"p3": [
"When the",
"pity reaches 90, it will automatically be reset to 0"
],
"p4": [
"After a 10x Wish, press",
"but keep in mind that the pity counter might not be accurate, because there is no way to tell when the drop occured (maybe you got it on the 1st or even the 10th pull). To ensure that the counter is still accurate, you need to check the history table and add it one-by-one like you do 1x Wishes."
],
"p5": ["You can also press the", "button to edit the values manually!"],
"p5": [
"You can also press the",
"button to edit the values manually!"
],
"p6": "Press the arrow on the bottom to see your pulls' details. A popup will show up when you get a 5★ or 4★. You can also add or edit the table manually."
}
},
Expand Down Expand Up @@ -512,7 +532,11 @@
"calculateTalent": "Calculate Talent Material?",
"inputTalentLevel": "Input the 1st, 2nd & 3rd current talent level",
"inputTalentNotice": "If it has a different color, subtract it by 3",
"inputTalent": ["1st talent lvl", "2nd talent lvl", "3rd talent lvl"],
"inputTalent": [
"1st talent lvl",
"2nd talent lvl",
"3rd talent lvl"
],
"talentToLevel": "to level",
"calculate": "Calculate",
"unknownInformation": "There are some unknown information",
Expand All @@ -521,7 +545,11 @@
"expWasted": "EXP Wasted",
"addToTodo": "Add to Todo List",
"addedToTodo": "Added to Todo List",
"talent": ["Attack", "Skill", "Burst"]
"talent": [
"Attack",
"Skill",
"Burst"
]
},
"expTable": {
"level": "Level",
Expand Down Expand Up @@ -613,7 +641,10 @@
"todo": {
"title": "Todo List",
"summary": "Summary",
"empty": ["Nothing to do yet 😀", "Add some from the Items page or the Calculator!"],
"empty": [
"Nothing to do yet 😀",
"Add some from the Items page or the Calculator!"
],
"farmableToday": "Farmable Today",
"resin": "Resin needed",
"based": "Based on AR:{ar} and WL:{wl}",
Expand Down
14 changes: 9 additions & 5 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"message": "¡Tu mejor compañero en Genshin Impact! Paimon.moe te ayuda a planear qué materiales farmear con una calculadora de ascensión, y registra tu progreso con una lista de tareas pendientes y un contador de deseos.",
"visitor": "{count} visitantes en los últimos 7 días",
"banner": {
"featured": [
"Eula"
],
"summoned": "Invocados",
"percentage": "de los {rarity}",
"avg": "Media de Pity",
Expand Down Expand Up @@ -960,7 +957,14 @@
"title": "Girocristal radiante"
},
"common": {
"dataSynced": "",
"driveError": ""
"dataSynced": "¡Los datos han sido sincronizados!",
"driveError": "Sincronización de Drive no disponible en este momento 😔"
},
"update": {
"newUpdate": "",
"updateRefresh": "",
"whatsNew": "",
"later": "",
"refresh": ""
}
}
10 changes: 7 additions & 3 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"message": "Votre meilleur compagnon pour Genshin Impact ! Vous aide à planifier ce que vous souhaitez farmer avec le calculateur d'élévation et vous permet de suivre votre progression avec la liste de tâches et le compteur de voeux.",
"visitor": "{count} visiteurs au cours des 7 derniers jours",
"banner": {
"featured": [
"Eula"
],
"summoned": "Invocation",
"percentage": "parmis tous les {rarity}",
"avg": "Pity moyenne",
Expand Down Expand Up @@ -962,5 +959,12 @@
"common": {
"dataSynced": "Les données ont été resynchronisées !",
"driveError": "La synchronisation Drive n'est pas disponible pour le moment 😔"
},
"update": {
"newUpdate": "",
"updateRefresh": "",
"whatsNew": "",
"later": "",
"refresh": ""
}
}
10 changes: 7 additions & 3 deletions src/locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"message": "Your best Genshin Impact companion! Membantu kamu merencanakan apa yang harus di farm dengan kalkulator ascension, juga catat progress mu dengan todo dan wish counter.",
"visitor": "{count} pengunjung dalam 7 hari terakhir",
"banner": {
"featured": [
"Eula"
],
"summoned": "Pulang",
"percentage": "dari semua {rarity}",
"avg": "Pity rata-rata",
Expand Down Expand Up @@ -962,5 +959,12 @@
"common": {
"dataSynced": "Data sudah disinkronkan!",
"driveError": "Drive Sync tidak tersedia saat ini 😔"
},
"update": {
"newUpdate": "Paimon.moe ada update baru!",
"updateRefresh": "Klik refresh untuk mendapatkan updatenya",
"whatsNew": "Apa yang baru",
"later": "Nanti",
"refresh": "Refresh"
}
}
10 changes: 7 additions & 3 deletions src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"message": "あなたの最高の原神ツール!経験値や突破に必要な素材等を計算したり、Todoリストや祈願カウンターで進捗を確認したりすることができます。",
"visitor": "過去7日間に訪れた旅人 {count} 名",
"banner": {
"featured": [
"エウルア"
],
"summoned": "の排出数",
"percentage": "全ての {rarity} のうち",
"avg": "天井カウント数の平均",
Expand Down Expand Up @@ -962,5 +959,12 @@
"common": {
"dataSynced": "データの同期が成功しました!",
"driveError": "現在、Googleドライブ同期が利用できません 😔"
},
"update": {
"newUpdate": "",
"updateRefresh": "",
"whatsNew": "",
"later": "",
"refresh": ""
}
}
Loading

0 comments on commit ab84787

Please sign in to comment.