From 43c297b7feec71c698e7085591eef7db01bef90d Mon Sep 17 00:00:00 2001 From: shagu Date: Wed, 19 Jul 2017 21:33:14 +0200 Subject: [PATCH] translations: update tables --- env/translations_deDE.lua | 2 ++ env/translations_enUS.lua | 2 ++ env/translations_frFR.lua | 2 ++ env/translations_koKR.lua | 2 ++ env/translations_ruRU.lua | 2 ++ env/translations_zhCN.lua | 2 ++ 6 files changed, 12 insertions(+) diff --git a/env/translations_deDE.lua b/env/translations_deDE.lua index b94c6e62..1ae261c0 100644 --- a/env/translations_deDE.lua +++ b/env/translations_deDE.lua @@ -86,6 +86,7 @@ pfUI_translation["deDE"] = { ["Disable pfUI Player Castbar"] = nil, ["Disable pfUI Target Castbar"] = nil, ["Disable pfUI Unit Frames"] = nil, + ["Display Debuff Durations"] = nil, ["Display Focus Frame"] = nil, ["Display Group Frames"] = nil, ["Display Group Pet Frames"] = nil, @@ -95,6 +96,7 @@ pfUI_translation["deDE"] = { ["Display Raid Frames"] = nil, ["Display Target Frame"] = nil, ["Display Target of Target Frame"] = nil, + ["Dodge"] = nil, ["Do you really want to reset |cffffaaaaEVERYTHING|r?\n\nThis will reset:\n - Current Configuration\n - Current Frame Positions\n - Firstrun Wizard\n - Addon Cache\n - Saved Profiles"] = nil, ["Do you really want to reset the Cache?"] = nil, ["Do you really want to reset the Firstrun Wizard Settings?"] = nil, diff --git a/env/translations_enUS.lua b/env/translations_enUS.lua index 2aa90186..4ec619e5 100644 --- a/env/translations_enUS.lua +++ b/env/translations_enUS.lua @@ -86,6 +86,7 @@ pfUI_translation["enUS"] = { ["Disable pfUI Player Castbar"] = nil, ["Disable pfUI Target Castbar"] = nil, ["Disable pfUI Unit Frames"] = nil, + ["Display Debuff Durations"] = nil, ["Display Focus Frame"] = nil, ["Display Group Frames"] = nil, ["Display Group Pet Frames"] = nil, @@ -95,6 +96,7 @@ pfUI_translation["enUS"] = { ["Display Raid Frames"] = nil, ["Display Target Frame"] = nil, ["Display Target of Target Frame"] = nil, + ["Dodge"] = nil, ["Do you really want to reset |cffffaaaaEVERYTHING|r?\n\nThis will reset:\n - Current Configuration\n - Current Frame Positions\n - Firstrun Wizard\n - Addon Cache\n - Saved Profiles"] = nil, ["Do you really want to reset the Cache?"] = nil, ["Do you really want to reset the Firstrun Wizard Settings?"] = nil, diff --git a/env/translations_frFR.lua b/env/translations_frFR.lua index a3cfa079..156aa582 100644 --- a/env/translations_frFR.lua +++ b/env/translations_frFR.lua @@ -86,6 +86,7 @@ pfUI_translation["frFR"] = { ["Disable pfUI Player Castbar"] = "Désactiver la barre d'incantation pfUI", ["Disable pfUI Target Castbar"] = "Désactiver la barre d'incantation de la cible pfUI", ["Disable pfUI Unit Frames"] = "Désactiver les cadres d'unité pfUI", + ["Display Debuff Durations"] = nil, ["Display Focus Frame"] = "Afficher le cadre de focus", ["Display Group Frames"] = "Afficher le cadre de groupe", ["Display Group Pet Frames"] = "Afficher le cadre des familiers des membres du groupe", @@ -95,6 +96,7 @@ pfUI_translation["frFR"] = { ["Display Raid Frames"] = "Afficher les cadres de raid", ["Display Target Frame"] = "Afficher le cadre de la cible", ["Display Target of Target Frame"] = "Afficher le cadre de la cible de la cible", + ["Dodge"] = nil, ["Do you really want to reset |cffffaaaaEVERYTHING|r?\n\nThis will reset:\n - Current Configuration\n - Current Frame Positions\n - Firstrun Wizard\n - Addon Cache\n - Saved Profiles"] = "Souhaitez-vous vraiment |cffffaaaaTOUT SUPPRIMER|r?\n\nCela réinitialisera:\n - La configuration actuelle\n - La position actuelle des cadres\n - L'assistant d'installation\n - Le fichier cache des Addons\n - Les profils sauvegardés", ["Do you really want to reset the Cache?"] = "Souhaitez-vous vraiment réinitialiser le cache?", ["Do you really want to reset the Firstrun Wizard Settings?"] = "Souhaitez-vous vraiment réinitialiser les options de l'assistant d'installation?", diff --git a/env/translations_koKR.lua b/env/translations_koKR.lua index a9b9d640..a8c10717 100644 --- a/env/translations_koKR.lua +++ b/env/translations_koKR.lua @@ -86,6 +86,7 @@ pfUI_translation["koKR"] = { ["Disable pfUI Player Castbar"] = "pfUI 플레이어 캐스트바 비활성화", ["Disable pfUI Target Castbar"] = "pfUI 대상 캐스트바 비활성화", ["Disable pfUI Unit Frames"] = "pfUI 유닛프레임 비활성화", + ["Display Debuff Durations"] = nil, ["Display Focus Frame"] = "주시대상 프레임 표시", ["Display Group Frames"] = "파티 프레임 표시", ["Display Group Pet Frames"] = "파티-팻 프레임 표시", @@ -95,6 +96,7 @@ pfUI_translation["koKR"] = { ["Display Raid Frames"] = "레이드 프레임 표시", ["Display Target Frame"] = "대상 프레임 표시", ["Display Target of Target Frame"] = "대상의 대상 프레임 표시", + ["Dodge"] = nil, ["Do you really want to reset |cffffaaaaEVERYTHING|r?\n\nThis will reset:\n - Current Configuration\n - Current Frame Positions\n - Firstrun Wizard\n - Addon Cache\n - Saved Profiles"] = "|cffffaaaa모든것|r을 정말로 재설정 하시겠습니까?\n\n재설정될 항목:\n -현재 구성\n -현재 프레임 위치\n -첫번째 구성 마법사\n -애드온 캐쉬\n -저당된 프로파일", ["Do you really want to reset the Cache?"] = "정말로 캐시를 재설정 하시겠습니까?", ["Do you really want to reset the Firstrun Wizard Settings?"] = "첫번째 구성 마법사 설정을 원래대로 초기화 하시겠습니까?", diff --git a/env/translations_ruRU.lua b/env/translations_ruRU.lua index 0fe2e1e1..4dcd9296 100644 --- a/env/translations_ruRU.lua +++ b/env/translations_ruRU.lua @@ -86,6 +86,7 @@ pfUI_translation["ruRU"] = { ["Disable pfUI Player Castbar"] = nil, ["Disable pfUI Target Castbar"] = nil, ["Disable pfUI Unit Frames"] = nil, + ["Display Debuff Durations"] = nil, ["Display Focus Frame"] = nil, ["Display Group Frames"] = nil, ["Display Group Pet Frames"] = nil, @@ -95,6 +96,7 @@ pfUI_translation["ruRU"] = { ["Display Raid Frames"] = nil, ["Display Target Frame"] = nil, ["Display Target of Target Frame"] = nil, + ["Dodge"] = nil, ["Do you really want to reset |cffffaaaaEVERYTHING|r?\n\nThis will reset:\n - Current Configuration\n - Current Frame Positions\n - Firstrun Wizard\n - Addon Cache\n - Saved Profiles"] = nil, ["Do you really want to reset the Cache?"] = nil, ["Do you really want to reset the Firstrun Wizard Settings?"] = nil, diff --git a/env/translations_zhCN.lua b/env/translations_zhCN.lua index a4b88460..fc7f5584 100644 --- a/env/translations_zhCN.lua +++ b/env/translations_zhCN.lua @@ -86,6 +86,7 @@ pfUI_translation["zhCN"] = { ["Disable pfUI Target Castbar"] = "隐藏目标施法条", ["Disable pfUI Unit Frames"] = "禁用头像框架", ["Disable"] = "禁用", + ["Display Debuff Durations"] = nil, ["Display Focus Frame"] = "启用焦点目标模块", ["Display Group Frames"] = "启用小队模块", ["Display Group Pet Frames"] = "启用小队宠物模块", @@ -95,6 +96,7 @@ pfUI_translation["zhCN"] = { ["Display Raid Frames"] = "启用团队模块", ["Display Target Frame"] = "启用目标头像模块", ["Display Target of Target Frame"] = "启用目标的目标头像模块", + ["Dodge"] = nil, ["Do you really want to reset |cffffaaaaEVERYTHING|r?\n\nThis will reset:\n - Current Configuration\n - Current Frame Positions\n - Firstrun Wizard\n - Addon Cache\n - Saved Profiles"] = "|cffffaaaa全部|r你是否要还原 |cffffaaaa所有|r配置?\n\n这将还原:\n 当前配置\n 界面位置\n 首次安装向导\n 插件缓存\n 保存的配置", ["Do you really want to reset the Cache?"] = "你是否要重置缓存?", ["Do you really want to reset the Firstrun Wizard Settings?"] = "你是否要重新安装插件?",