Added a comment about '/qh submit' when nagging if there are 20 or more changes found.
[QuestHelper.git] / lang_zhcn.lua
blobcae69b29556004bd698c6e8e4ddee260b406bfce
1 -- Please see lang_enus.lua for reference.
3 QuestHelper_Translations.zhCN =
5 --[[ THIS FILE NEEDS TO BE TRANSLATED; REMOVE THIS LINE WHEN COMPLETED.
7 -- Displayed by locale chooser.
8 LOCALE_NAME = "English",
10 -- Messages used when starting.
11 LOCALE_ERROR = "The locale of your saved data doesn't match the locale of your WoW client.",
12 ZONE_LAYOUT_ERROR = "I'm refusing to run, out of fear of corrupting your saved data. "..
13 "Please wait for a patch that will be able to handle the new zone layout.",
14 DOWNGRADE_ERROR = "Your saved data isn't compatible with this version of QuestHelper. "..
15 "Use a new version, or delete your saved variables.",
16 HOME_NOT_KNOWN = "Your home isn't known. When you get a chance, please talk to your innkeeper and reset it.",
18 -- This text is only printed for the enUS client, don't worry about translating it.
19 ALTERED_INDEX = "!!! QuestHelper_IndexLookup entry needs update: [%Q1] = {%2, %3, %4}",
20 ALTERED_ZONE = "!!! QuestHelper_Zones entry needs update: [%1][%2] = %Q3 -- was %4",
22 -- Route related text.
23 ROUTES_CHANGED = "The flight routes for your character have been altered.",
24 HOME_CHANGED = "Your home has been changed.",
25 TALK_TO_FLIGHT_MASTER = "Please talk to the local flight master.",
26 TALK_TO_FLIGHT_MASTER_COMPLETE = "Thanks.",
27 WILL_RESET_PATH = "Will reset pathing information.",
29 -- Locale switcher.
30 LOCALE_LIST_BEGIN = "Available Locales:",
31 LOCALE_CHANGED = "Locale changed to: %h1",
32 LOCALE_UNKNOWN = "Locale %h1 isn't known.",
34 -- Words used for objectives.
35 SLAY_VERB = "Slay",
36 ACQUIRE_VERB = "Acquire",
38 OBJECTIVE_REASON = "%1 %h2 for quest %h3.", -- %1 is a verb, %2 is a noun (item or monster)
39 OBJECTIVE_REASON_FALLBACK = "%h1 for quest %h2.",
40 OBJECTIVE_REASON_TURNIN = "Turn in quest %h1.",
41 OBJECTIVE_PURCHASE = "Purchase from %h1.",
42 OBJECTIVE_TALK = "Talk to %h1.",
43 OBJECTIVE_SLAY = "Slay %h1.",
44 OBJECTIVE_LOOT = "Loot %h1.",
46 ZONE_BORDER = "%1/%2 border",
48 -- Stuff used in objective menus.
49 PRIORITY = "Priority",
50 PRIORITY1 = "Highest",
51 PRIORITY2 = "High",
52 PRIORITY3 = "Normal",
53 PRIORITY4 = "Low",
54 PRIORITY5 = "Lowest",
55 SHARING = "Sharing",
56 ENABLE = "Enable",
57 DISABLE = "Disable",
58 IGNORE = "Ignore",
60 IGNORED_PRIORITY_TITLE = "The selected priority would be ignored.",
61 IGNORED_PRIORITY_FIX = "Apply same priority to the blocking objectives.",
62 IGNORED_PRIORITY_IGNORE = "I'll set the priorities myself.",
64 -- Custom objectives.
65 RESULTS_TITLE = "Search Results",
66 NO_RESULTS = "There aren't any!",
67 CREATED_OBJ = "Created: %1",
68 REMOVED_OBJ = "Removed: %1",
69 USER_OBJ = "User Objective: %h1",
70 UNKNOWN_OBJ = "I don't know where you should go for that objective.",
72 SEARCHING_STATE = "Searching: %1",
73 SEARCHING_LOCAL = "Local %1",
74 SEARCHING_STATIC = "Static %1",
75 SEARCHING_ITEMS = "Items",
76 SEARCHING_NPCS = "NPCs",
77 SEARCHING_ZONES = "Zones",
78 SEARCHING_DONE = "Done!",
80 -- Shared objectives.
81 PEER_TURNIN = "Wait for %h1 to turn in %h2.",
82 PEER_LOCATION = "Help %h1 reach a location in %h2.",
83 PEER_ITEM = "Help %1 to acquire %h2.",
84 PEER_OTHER = "Assist %1 with %h2.",
86 PEER_NEWER = "%h1 is using a newer protocol version. It might be time to upgrade.",
87 PEER_OLDER = "%h1 is using an older protocol version.",
89 UNKNOWN_MESSAGE = "Unknown message type '%1' from '%2'.",
91 -- Hidden objectives.
92 HIDDEN_TITLE = "Hidden Objectives",
93 HIDDEN_NONE = "There are no objectives hidden from you.",
94 DEPENDS_ON_SINGLE = "Depends on '%1'.",
95 DEPENDS_ON_COUNT = "Depends on %1 hidden objectives.",
96 FILTERED_LEVEL = "Filtered due to level.",
97 FILTERED_ZONE = "Filtered due to zone.",
98 FILTERED_COMPLETE = "Filtered due to completeness.",
99 FILTERED_USER = "You requested this objective be hidden.",
100 FILTERED_UNKNOWN = "Don't know how to complete.",
102 HIDDEN_SHOW = "Show.",
103 DISABLE_FILTER = "Disable filter: %1",
104 FILTER_DONE = "done",
105 FILTER_ZONE = "zone",
106 FILTER_LEVEL = "level",
108 -- Nagging. (This is incomplete, only translating strings for the non-verbose version of the nag command that appears at startup.)
109 NAG_SINGLE = "1 %2", -- %1 == count (will be 1), %2 == what
110 NAG_PLURAL = "%1 %s2",
112 NAG_MULTIPLE_NEW = "You have information on %h1 new and %h2 updated %h(%s3).",
113 NAG_SINGLE_NEW = "You have new information on %h1.",
114 NAG_ADDITIONAL = "You have additional information on %h1.",
116 NAG_NOT_NEW = "You don't have any information not already in the static database.",
117 NAG_NEW = "You might consider sharing your data so that others may benefit.",
119 NAG_FP = "flight master",
120 NAG_QUEST = "quest",
121 NAG_ROUTE = "flight route",
122 NAG_ITEM_OBJ = "item objective",
123 NAG_OBJECT_OBJ = "object objective",
124 NAG_MONSTER_OBJ = "monster objective",
125 NAG_EVENT_OBJ = "event objective",
126 NAG_REPUTATION_OBJ = "reputation objective",
128 -- Stuff used by dodads.
129 PEER_PROGRESS = "%1's progress:",
130 TRAVEL_ESTIMATE = "Estimated travel time:",
131 TRAVEL_ESTIMATE_VALUE = "%t1",
132 WAYPOINT_REASON = "Visit %h1 en route to:"
134 END COMMENT BLOCK; REMOVE THIS LINE WHEN COMPLETED ]]