Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more i18n extract #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/src/components/core/ViewWago.vue
Original file line number Diff line number Diff line change
Expand Up @@ -591,13 +591,13 @@


<md-card-actions>
<md-button id="deleteWago" @click="$refs['deleteWago'].open()">Delete Import</md-button>
<md-button id="deleteWago" @click="$refs['deleteWago'].open()">{{ $t("Delete Import") }}</md-button>
<md-dialog md-open-from="#deleteWago" md-close-to="#deleteWago" ref="deleteWago">
<md-dialog-title>{{ $t("Are you sure you want to delete this import?") }}</md-dialog-title>
<md-dialog-content>{{ $t("There is no way to undo this action") }}</md-dialog-content>
<md-dialog-actions>
<md-button class="md-primary" @click="$refs['deleteWago'].close()">Cancel</md-button>
<md-button class="md-primary" @click="onDeleteImport()">Delete</md-button>
<md-button class="md-primary" @click="$refs['deleteWago'].close()">{{ $t("Cancel") }}</md-button>
<md-button class="md-primary" @click="onDeleteImport()">{{ $t("Delete") }}</md-button>
</md-dialog-actions>
</md-dialog>
</md-card-actions>
Expand Down
40 changes: 39 additions & 1 deletion frontend/static/i18n/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1362,5 +1362,43 @@
"Popular DelvUI This Week": "",
"Installed": "",
"Installed WeakAuras": "",
"Installed Cataclysm WeakAuras": ""
"Installed Cataclysm WeakAuras": "",
"Delete Import": "",
"Advanced Config": "",
"The War Within Mythic+": "",
"Raids": "",
"Utilities": "",
"Plater Profiles": "",
"Plater Scripts": "",
"Plater Mods": "",
"Plater Animations": "",
"Plater NPC Colors": "",
"Plater Cast Sounds": "",
"Plater Cast Colors": "",
"Cell Profiles": "",
"Cell Layouts": "",
"Cell Indicators": "",
"Click Castings": "",
"Debuffs": "",
"Quick Assist": "",
"Search Cell": "",
"Download Cell": "",
"Join Cell Discord": "",
"GSE Sequences": "",
"GSE Macros": "",
"GSE Variables": "",
"GSE Collections": "",
"Campaigns": "",
"Alliance Campaigns": "",
"Horde Campaigns": "",
"Items": "",
"Containers": "",
"Documents": "",
"Expert Mode": "",
"Normal Mode": "",
"Toys": "",
"English": "",
"French": "",
"Spanish": "",
"German": ""
}
42 changes: 40 additions & 2 deletions frontend/static/i18n/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"Paste a new [-type-] string to update this Wago": "粘贴一个新的[-type-]字符串来更新这个Wago",
"Update": "更新",
"Collections are sets of imports curated by users for a variety of purproses": "合集是使用者为了达到很多目的而专门整合导入的。",
"Add to collection": "添加到收藏",
"Add to collection": "添加到合集",
"Create new collection": "创建新的合集",
"This Wago is included in [-count-] collection": "这个Wago包含在[-count-]个合集中",
"This Wago is included in [-count-] collection_plural": "这个Wago包含在[-count-]个合集中",
Expand Down Expand Up @@ -1362,5 +1362,43 @@
"Popular DelvUI This Week": "本周热门 DelvUI",
"Installed": "最多安装",
"Installed WeakAuras": "最多安装的 WeakAuras",
"Installed Cataclysm WeakAuras": "最多安装的大地的裂变 WeakAuras"
"Installed Cataclysm WeakAuras": "最多安装的大地的裂变 WeakAuras",
"Delete Import": "删除导入",
"Advanced Config": "高级配置",
"The War Within Mythic+": "地心之战史诗+",
"Raids": "团队",
"Utilities": "工具",
"Plater Profiles": "Plater 配置",
"Plater Scripts": "Plater 脚本",
"Plater Mods": "Plater 模组",
"Plater Animations": "Plater 动画",
"Plater NPC Colors": "Plater NPC 颜色",
"Plater Cast Sounds": "Plater 施法条声音",
"Plater Cast Colors": "Plater 施法条颜色",
"Cell Profiles": "Cell 配置",
"Cell Layouts": "Cell 布局",
"Cell Indicators": "Cell 指示器",
"Click Castings": "点击施法",
"Debuffs": "减益",
"Quick Assist": "快速协助",
"Search Cell": "搜索 Cell",
"Download Cell": "下载 Cell",
"Join Cell Discord": "加入 Cell Discord",
"GSE Sequences": "GSE 序列",
"GSE Macros": "GSE 宏",
"GSE Variables": "GSE 变量",
"GSE Collections": "GSE 集合",
"Campaigns": "战役",
"Alliance Campaigns": "联盟战役",
"Horde Campaigns": "部落战役",
"Items": "物品",
"Containers": "宝箱",
"Documents": "文档",
"Expert Mode": "专家模式",
"Normal Mode": "普通模式",
"Toys": "玩具",
"English": "英语",
"French": "法语",
"Spanish": "西班牙语",
"German": "德语"
}
1 change: 1 addition & 0 deletions frontend/static/i18n/zh-CN/warcraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"3-3": "生存",
"4-1": "奇袭",
"4-2": "狂徒",
"4-2c": "战斗",
"4-3": "敏锐",
"5-1": "戒律",
"5-2": "神圣",
Expand Down