-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathLocales.lua
More file actions
397 lines (384 loc) · 24.4 KB
/
Locales.lua
File metadata and controls
397 lines (384 loc) · 24.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
local BuffTimers = LibStub("AceAddon-3.0"):NewAddon("BuffTimers")
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "enUS", true)
if L then
L["Show seconds"] = "Show seconds"
L["Show seconds below this time"] = "Show seconds below this time"
L["Show milliseconds below 5 seconds"] = "Show milliseconds below 5 seconds"
L["Always yellow text color"] = "Always yellow text color"
L["Time Stamp Format"] = "Time Stamp Format"
L["Add more colors to the timer"] = "Add more colors to the timer"
L["Text vertical position"] = "Text vertical position"
L["Customize text"] = "Customize text"
L["Adjust the font size of the timer text"] = "Adjust the font size of the timer text"
L["Adjust the vertical position of the timer text"] = "Adjust the vertical position of the timer text"
L["Enable text customization"] = "Enable text customization"
L["Use different colors based on remaining time"] = "Use different colors based on remaining time"
L["Always use yellow for buff timer text"] = "Always use yellow for buff timer text"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Show milliseconds for buff timers with less than 5 seconds remaining"
L["Only show seconds when buffs have less than this many minutes"] = "Only show seconds when buffs have less than this many minutes"
L["Show seconds for buff timers"] = "Show seconds for buff timers"
L["Choose the format for displaying buff duration"] = "Choose the format for displaying buff duration"
L["Enable"] = "Enable"
L["Format"] = "Format"
L["Seconds"] = "Seconds"
L["Color"] = "Color"
L["Customization"] = "Customization"
L["Time"] = "Time"
L["Text"] = "Text"
L["Font"] = "Font"
L["Choose the font for the timer text"] = "Choose the font for the timer text"
L["Font Size"] = "Font Size"
L["Outline"] = "Outline"
L["Choose the outline for the timer text"] = "Choose the outline for the timer text"
end
-- Russian translation
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "ruRU")
if L then
L["Show seconds"] = "Показать секунды"
L["Show milliseconds below 5 seconds"] = "Показывать миллисекунды, когда осталось меньше 5 секунд"
L["Always yellow text color"] = "Всегда желтый цвет текста"
L["Time Stamp Format"] = "Формат отметки времени"
L["Add more colors to the timer"] = "Добавить больше цветов к таймеру"
L["Text vertical position"] = "Вертикальное положение текста"
L["Customize text"] = "Настроить текст"
L["Adjust the font size of the timer text"] = "Настроить размер шрифта текста таймера"
L["Adjust the vertical position of the timer text"] = "Настроить вертикальное положение текста таймера"
L["Enable text customization"] = "Включить настройку текста"
L["Use different colors based on remaining time"] = "Использовать разные цвета в зависимости от оставшегося времени"
L["Always use yellow for buff timer text"] = "Всегда использовать желтый цвет для текста таймера баффа"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Показывать миллисекунды для таймеров баффов, у которых осталось меньше 5 секунд"
L["Only show seconds when buffs have less than this many minutes"] = "Показывать секунды только тогда, когда у баффов меньше указанного количества минут"
L["Show seconds for buff timers"] = "Показывать секунды для таймеров баффов"
L["Choose the format for displaying buff duration"] = "Выберите формат для отображения продолжительности баффа"
L["Enable"] = "Включить"
L["Format"] = "Формат"
L["Seconds"] = "Секунды"
L["Color"] = "Цвет"
L["Customization"] = "Настройка"
L["Time"] = "Время"
L["Text"] = "Текст"
L["Font"] = "Шрифт"
L["Choose the font for the timer text"] = "Выберите шрифт для текста таймера"
L["Font Size"] = "Размер шрифта"
L["Outline"] = "Контур"
L["Choose the outline for the timer text"] = "Выберите контур для текста таймера"
end
-- German translation by: ysjoelfir
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "deDE")
if L then
L["Show seconds"] = "Sekunden anzeigen"
L["Show milliseconds below 5 seconds"] = "Zeige Millisekunden unter 5 Sekunden"
L["Always yellow text color"] = "Textfarbe immer gelb"
L["Time Stamp Format"] = "Zeitstempelformat"
L["Add more colors to the timer"] = "Füge mehr Farben zum Timer hinzu"
L["Text vertical position"] = "Text vertikale Position"
L["Customize text"] = "Text anpassen"
L["Adjust the font size of the timer text"] = "Schriftgröße des Timer-Texts anpassen"
L["Adjust the vertical position of the timer text"] = "Vertikale Position des Timer-Texts anpassen"
L["Enable text customization"] = "Text anpassen"
L["Use different colors based on remaining time"] = "Verwende verschiedene Farben basierend auf der verbleibenden Zeit"
L["Always use yellow for buff timer text"] = "Textfarbe immer gelb"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Zeige Millisekunden für Buff-Timer mit weniger als 5 Sekunden verbleibend"
L["Only show seconds when buffs have less than this many minutes"] = "Zeige Sekunden nur wenn Buffs weniger als diese Minuten verbleiben"
L["Show seconds for buff timers"] = "Zeige Sekunden für Buff-Timer"
L["Choose the format for displaying buff duration"] = "Wähle das Format für die Anzeige der Buff-Dauer"
L["Enable"] = "Aktivieren"
L["Format"] = "Format"
L["Seconds"] = "Sekunden"
L["Color"] = "Farbe"
L["Customization"] = "Anpassung"
L["Time"] = "Zeit"
L["Text"] = "Text"
L["Font"] = "Schriftart"
L["Choose the font for the timer text"] = "Wähle die Schriftart für den Timer-Text"
L["Font Size"] = "Schriftgröße"
L["Outline"] = "Umriss"
L["Choose the outline for the timer text"] = "Wähle den Umriss für den Timer-Text"
end
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "ptPT")
if locale == "ptPT" then
L["Show seconds"] = "Mostrar segundos"
L["Show milliseconds below 5 seconds"] = "Mostrar milisegundos abaixo de 5 segundos"
L["Always yellow text color"] = "Cor de texto sempre amarela"
L["Time Stamp Format"] = "Formato da hora"
L["Add more colors to the timer"] = "Adicionar mais cores ao temporizador"
L["Text vertical position"] = "Posição vertical do texto"
L["customize_text"] = "Personalizar texto"
L["Adjust the font size of the timer text"] = "Ajustar o tamanho da fonte do texto do temporizador"
L["Adjust the vertical position of the timer text"] = "Ajustar a posição vertical do texto do temporizador"
L["Enable text customization"] = "Habilitar personalização de texto"
L["Use different colors based on remaining time"] = "Usar cores diferentes com base no tempo restante"
L["Always use yellow for buff timer text"] = "Texto sempre amarelo para o temporizador de buff"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Mostrar milissegundos para temporizadores de buff com menos de 5 segundos restantes"
L["Only show seconds when buffs have less than this many minutes"] = "Mostrar segundos apenas quando os buffs têm menos deste número de minutos"
L["Show seconds for buff timers"] = "Mostrar segundos para temporizadores de buff"
L["Choose the format for displaying buff duration"] = "Escolha o formato para exibir a duração do buff"
L["Enable"] = "Ativar"
L["Format"] = "Formato"
L["Seconds"] = "Segundos"
L["Color"] = "Cor"
L["Customization"] = "Personalização"
L["Time"] = "Tempo"
L["Text"] = "Texto"
L["Font"] = "Fonte"
L["Choose the font for the timer text"] = "Escolha a fonte para o texto do temporizador"
L["Font Size"] = "Tamanho da fonte"
L["Outline"] = "Contorno"
L["Choose the outline for the timer text"] = "Escolha o contorno para o texto do temporizador"
end
-- French translation by: qrpino
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "frFR")
if locale == "frFR" then
L["Show seconds"] = "Afficher les secondes"
L["Show milliseconds below 5 seconds"] = "Afficher les millisecondes sous 5 secondes"
L["Always yellow text color"] = "Couleur du texte toujours jaune"
L["Time Stamp Format"] = "Format de l'horodatage"
L["Add more colors to the timer"] = "Ajouter plus de couleurs au minuteur"
L["Text vertical position"] = "Position verticale du texte"
L["customize_text"] = "Personnaliser le texte"
L["Adjust the font size of the timer text"] = "Ajuster la taille de la police du texte du minuteur"
L["Adjust the vertical position of the timer text"] = "Ajuster la position verticale du texte du minuteur"
L["Enable text customization"] = "Activer la personnalisation du texte"
L["Use different colors based on remaining time"] = "Utiliser différentes couleurs en fonction du temps restant"
L["Always use yellow for buff timer text"] = "Texte toujours jaune pour le minuteur de buff"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Afficher les millisecondes pour les minuteurs de buff avec moins de 5 secondes restantes"
L["Only show seconds when buffs have less than this many minutes"] = "Afficher les secondes uniquement lorsque les buffs ont moins de ce nombre de minutes"
L["Show seconds for buff timers"] = "Afficher les secondes pour les minuteurs de buff"
L["Choose the format for displaying buff duration"] = "Choisir le format pour afficher la durée du buff"
L["Enable"] = "Activer"
L["Format"] = "Format"
L["Seconds"] = "Secondes"
L["Color"] = "Couleur"
L["Customization"] = "Personnalisation"
L["Time"] = "Temps"
L["Text"] = "Texte"
L["Font"] = "Police"
L["Choose the font for the timer text"] = "Choisir la police pour le texte du minuteur"
L["Font Size"] = "Taille de police"
L["Outline"] = "Contour"
L["Choose the outline for the timer text"] = "Choisir le contour pour le texte du minuteur"
end
--
-- HELP!
-- I need help with all the languages below.
-- Right now, everything has been translated by AI, so it might not be correct.
--
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "esES")
if locale == "esES" then
L["Show seconds"] = "Mostrar segundos"
L["Show milliseconds below 5 seconds"] = "Mostrar los milisegundos bajo 5 segundos"
L["Always yellow text color"] = "Siempre color texto amarillo"
L["Time Stamp Format"] = "Formato de la hora"
L["Add more colors to the timer"] = "Añadir más colores al temporizador"
L["Text vertical position"] = "Posición vertical del texto"
L["customize_text"] = "Personalizar texto"
L["Adjust the font size of the timer text"] = "Ajustar el tamaño de la fuente del texto del temporizador"
L["Adjust the vertical position of the timer text"] = "Ajustar la posición vertical del texto del temporizador"
L["Enable text customization"] = "Habilitar la personalización del texto"
L["Use different colors based on remaining time"] = "Usar colores diferentes según el tiempo restante"
L["Always use yellow for buff timer text"] = "Texto siempre amarillo para el temporizador de buff"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Mostrar milisegundos para temporizadores de buff con menos de 5 segundos restantes"
L["Only show seconds when buffs have less than this many minutes"] = "Mostrar segundos solo cuando los buffs tienen menos de este número de minutos"
L["Show seconds for buff timers"] = "Mostrar segundos para temporizadores de buff"
L["Choose the format for displaying buff duration"] = "Escoge el formato para mostrar la duración del buff"
L["Enable"] = "Habilitar"
L["Format"] = "Formato"
L["Seconds"] = "Segundos"
L["Color"] = "Color"
L["Customization"] = "Personalización"
L["Time"] = "Tiempo"
L["Text"] = "Texto"
L["Font"] = "Fuente"
L["Choose the font for the timer text"] = "Elige la fuente para el texto del temporizador"
L["Font Size"] = "Tamaño de fuente"
L["Outline"] = "Contorno"
L["Choose the outline for the timer text"] = "Elige el contorno para el texto del temporizador"
end
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "esMX")
if locale == "esMX" then
L["Show seconds"] = "Mostrar segundos"
L["Show milliseconds below 5 seconds"] = "Mostrar los milisegundos bajo 5 segundos"
L["Always yellow text color"] = "Siempre color texto amarillo"
L["Time Stamp Format"] = "Formato de la hora"
L["Add more colors to the timer"] = "Añadir más colores al temporizador"
L["Text vertical position"] = "Posición vertical del texto"
L["customize_text"] = "Personalizar texto"
L["Adjust the font size of the timer text"] = "Ajustar el tamaño de la fuente del texto del temporizador"
L["Adjust the vertical position of the timer text"] = "Ajustar la posición vertical del texto del temporizador"
L["Enable text customization"] = "Habilitar la personalización del texto"
L["Use different colors based on remaining time"] = "Usar colores diferentes según el tiempo restante"
L["Always use yellow for buff timer text"] = "Texto siempre amarillo para el temporizador de buff"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Mostrar milisegundos para temporizadores de buff con menos de 5 segundos restantes"
L["Only show seconds when buffs have less than this many minutes"] = "Mostrar segundos solo cuando los buffs tienen menos de este número de minutos"
L["Show seconds for buff timers"] = "Mostrar segundos para temporizadores de buff"
L["Choose the format for displaying buff duration"] = "Escoge el formato para mostrar la duración del buff"
L["Enable"] = "Habilitar"
L["Format"] = "Formato"
L["Seconds"] = "Segundos"
L["Color"] = "Color"
L["Customization"] = "Personalización"
L["Time"] = "Tiempo"
L["Text"] = "Texto"
L["Font"] = "Fuente"
L["Choose the font for the timer text"] = "Elige la fuente para el texto del temporizador"
L["Font Size"] = "Tamaño de fuente"
L["Outline"] = "Contorno"
L["Choose the outline for the timer text"] = "Elige el contorno para el texto del temporizador"
end
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "itIT")
if locale == "itIT" then
L["Show seconds"] = "Mostra secondi"
L["Show milliseconds below 5 seconds"] = "Mostra millisecondi sotto 5 secondi"
L["Always yellow text color"] = "Sempre colore testo giallo"
L["Time Stamp Format"] = "Formato dell'ora"
L["Add more colors to the timer"] = "Aggiungi più colori al timer"
L["Text vertical position"] = "Posizione verticale del testo"
L["customize_text"] = "Personalizza testo"
L["Adjust the font size of the timer text"] = "Ajusta la dimensione del carattere del testo del timer"
L["Adjust the vertical position of the timer text"] = "Ajusta la posizione verticale del testo del timer"
L["Enable text customization"] = "Abilita la personalizzazione del testo"
L["Use different colors based on remaining time"] = "Usa colori diversi in base al tempo rimanente"
L["Always use yellow for buff timer text"] = "Testo sempre giallo per il timer di buff"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Mostra millisecondi per i timer di buff con meno di 5 secondi rimanenti"
L["Only show seconds when buffs have less than this many minutes"] = "Mostra solo secondi quando i buff hanno meno di questo numero di minuti"
L["Show seconds for buff timers"] = "Mostra secondi per i timer di buff"
L["Choose the format for displaying buff duration"] = "Scegli il formato per visualizzare la durata del buff"
L["Enable"] = "Abilitare"
L["Format"] = "Formato"
L["Seconds"] = "Secondi"
L["Color"] = "Colore"
L["Customization"] = "Personalizzazione"
L["Time"] = "Tempo"
L["Text"] = "Testo"
L["Font"] = "Carattere"
L["Choose the font for the timer text"] = "Scegli il carattere per il testo del timer"
L["Font Size"] = "Dimensione carattere"
L["Outline"] = "Contorno"
L["Choose the outline for the timer text"] = "Scegli il contorno per il testo del timer"
end
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "koKR")
if locale == "koKR" then
L["Show seconds"] = "초 보기"
L["Show milliseconds below 5 seconds"] = "5초 이하 마이크로초 보기"
L["Always yellow text color"] = "항상 노란색 텍스트 색상"
L["Time Stamp Format"] = "시간 표시 형식"
L["Add more colors to the timer"] = "타이머에 더 많은 색상 추가"
L["Text vertical position"] = "텍스트 수직 위치"
L["customize_text"] = "텍스트 사용자 정의"
L["Adjust the font size of the timer text"] = "타이머 텍스트의 글꼴 크기 조정"
L["Adjust the vertical position of the timer text"] = "타이머 텍스트의 수직 위치 조정"
L["Enable text customization"] = "텍스트 사용자 정의 활성화"
L["Use different colors based on remaining time"] = "남은 시간에 따라 다른 색상 사용"
L["Always use yellow for buff timer text"] = "항상 노란색 텍스트 색상"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "5초 이하 마이크로초 보기"
L["Only show seconds when buffs have less than this many minutes"] = "5초 이하 마이크로초 보기"
L["Show seconds for buff timers"] = "초 보기"
L["Choose the format for displaying buff duration"] = "초 보기"
L["Enable"] = "활성화"
L["Format"] = "형식"
L["Seconds"] = "초"
L["Color"] = "색상"
L["Customization"] = "사용자 정의"
L["Time"] = "시간"
L["Text"] = "텍스트"
L["Font"] = "글꼴"
L["Choose the font for the timer text"] = "타이머 텍스트의 글꼴 선택"
L["Font Size"] = "글꼴 크기"
L["Outline"] = "외곽선"
L["Choose the outline for the timer text"] = "타이머 텍스트의 외곽선 선택"
end
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "ptBR")
if locale == "ptBR" then
L["Show seconds"] = "Mostrar segundos"
L["Show milliseconds below 5 seconds"] = "Mostrar milisegundos abaixo de 5 segundos"
L["Always yellow text color"] = "Sempre cor de texto amarela"
L["Time Stamp Format"] = "Formato da hora"
L["Add more colors to the timer"] = "Adicionar mais cores ao temporizador"
L["Text vertical position"] = "Posição vertical do texto"
L["customize_text"] = "Personalizar texto"
L["Adjust the font size of the timer text"] = "Ajustar o tamanho da fonte do texto do temporizador"
L["Adjust the vertical position of the timer text"] = "Ajustar a posição vertical do texto do temporizador"
L["Enable text customization"] = "Habilitar a personalização do texto"
L["Use different colors based on remaining time"] = "Usar cores diferentes com base no tempo restante"
L["Always use yellow for buff timer text"] = "Texto sempre amarelo para o temporizador de buff"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "Mostrar milissegundos para temporizadores de buff com menos de 5 segundos restantes"
L["Only show seconds when buffs have less than this many minutes"] = "Mostrar segundos apenas quando os buffs têm menos deste número de minutos"
L["Show seconds for buff timers"] = "Mostrar segundos para temporizadores de buff"
L["Choose the format for displaying buff duration"] = "Escolha o formato para exibir a duração do buff"
L["Enable"] = "Ativar"
L["Format"] = "Formato"
L["Seconds"] = "Segundos"
L["Color"] = "Cor"
L["Customization"] = "Personalização"
L["Time"] = "Tempo"
L["Text"] = "Texto"
L["Font"] = "Fonte"
L["Choose the font for the timer text"] = "Escolha a fonte para o texto do temporizador"
L["Font Size"] = "Tamanho da fonte"
L["Outline"] = "Contorno"
L["Choose the outline for the timer text"] = "Escolha o contorno para o texto do temporizador"
end
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "zhCN")
if locale == "zhCN" then
L["Show seconds"] = "显示秒"
L["Show seconds below this time"] = "小于此时间才显示秒"
L["Show milliseconds below 5 seconds"] = "小于5秒显示毫秒"
L["Always yellow text color"] = "文字颜色总是使用黄色"
L["Time Stamp Format"] = "时间格式"
L["Add more colors to the timer"] = "计时器显示更多颜色"
L["Text vertical position"] = "文字垂直位置"
L["customize_text"] = "自定义文字"
L["Adjust the font size of the timer text"] = "调整计时器文字大小"
L["Adjust the vertical position of the timer text"] = "调整计时器文字垂直位置"
L["Enable text customization"] = "启用文字自定义"
L["Use different colors based on remaining time"] = "根据剩余时间使用不同颜色"
L["Always use yellow for buff timer text"] = "文字颜色总是使用黄色"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "显示毫秒计时器,当剩余时间小于5秒时"
L["Only show seconds when buffs have less than this many minutes"] = "只显示秒,当buff剩余时间小于此分钟数时"
L["Show seconds for buff timers"] = "显示秒计时器"
L["Choose the format for displaying buff duration"] = "选择显示buff持续时间的格式"
L["Enable"] = "启用"
L["Format"] = "格式"
L["Seconds"] = "秒"
L["Color"] = "颜色"
L["Customization"] = "自定义"
L["Time"] = "时间"
L["Text"] = "文本"
L["Font"] = "字体"
L["Choose the font for the timer text"] = "选择计时器文字的字体"
L["Font Size"] = "字体大小"
L["Outline"] = "描边"
L["Choose the outline for the timer text"] = "选择计时器文字的描边"
end
local L = LibStub("AceLocale-3.0"):NewLocale("BuffTimers", "zhTW")
if locale == "zhTW" then
L["Show seconds"] = "顯示秒"
L["Show seconds below this time"] = "小於此時間才顯示秒"
L["Show milliseconds below 5 seconds"] = "小於5秒才顯示毫秒"
L["Always yellow text color"] = "文字顔色總是使用黃色"
L["Time Stamp Format"] = "時間格式"
L["Add more colors to the timer"] = "計時器顯示更多顔色"
L["Text vertical position"] = "文字垂直位置"
L["customize_text"] = "自定義文字"
L["Adjust the font size of the timer text"] = "調整計時器文字大小"
L["Adjust the vertical position of the timer text"] = "調整計時器文字垂直位置"
L["Enable text customization"] = "啟用文字自訂"
L["Use different colors based on remaining time"] = "根據剩餘時間使用不同顏色"
L["Always use yellow for buff timer text"] = "文字顏色總是使用黃色"
L["Show milliseconds for buff timers with less than 5 seconds remaining"] = "顯示毫秒計時器,當剩餘時間小於5秒時"
L["Only show seconds when buffs have less than this many minutes"] = "只顯示秒,當buff剩餘時間小於此分鐘數時"
L["Show seconds for buff timers"] = "顯示秒計時器"
L["Choose the format for displaying buff duration"] = "選擇顯示buff持續時間的格式"
L["Enable"] = "啟用"
L["Format"] = "格式"
L["Seconds"] = "秒"
L["Color"] = "顏色"
L["Customization"] = "自訂"
L["Time"] = "時間"
L["Text"] = "文字"
L["Font"] = "字體"
L["Choose the font for the timer text"] = "選擇計時器文字的字體"
L["Font Size"] = "字體大小"
L["Outline"] = "描邊"
L["Choose the outline for the timer text"] = "選擇計時器文字的描邊"
end