blob: fea2dac9d34117d45aac7e0f7e307466940ec950 [file] [log] [blame]
Doğukan Demir0c1993e2022-01-29 10:22:09 +00001{
2 "appName": {
3 "message": "TW Power Tools",
4 "description": "The extension's name"
5 },
6 "appNameBeta": {
7 "message": "TW Power Tools (beta)",
8 "description": "The extension's name for the beta version"
9 },
10 "appNameGecko": {
11 "message": "TW Power Tools",
12 "description": "The extension's name (with a 50 character limit for Gecko)"
13 },
14 "options_experimental_label": {
15 "message": "(deneysel)",
16 "description": "Label which is placed next to an option to indicate that it may not work well or may break at any time"
17 },
18 "options_history": {
19 "message": "Kullanıcı profillerinde \"önceki gönderiler\" bağlantısını göster.",
20 "description": "Feature checkbox in the options page"
21 },
22 "options_save": {
23 "message": "Kaydet",
24 "description": "Button in the options page to save the settings"
25 },
26 "options_saved": {
27 "message": "Kaydedildi",
28 "description": "Message which appears in the options page when the settings are saved"
29 },
30 "inject_links": {
31 "message": "Linkler",
32 "description": "Heading which we use before the 'previous post' link in a user profile in TW"
33 },
34 "inject_previousposts": {
35 "message": "Önceki gönderiler",
36 "description": "Link shown in a user profile (in TW) which points to a search showing the user's posts and messages"
37 },
38 "inject_previousposts_forum": {
39 "message": "Önceki gönderiler (bu forumda)",
40 "description": "Link shown in a user profile (in the Community Console) which points to a search showing the user's posts and messages in the current forum"
41 },
42 "inject_previousposts_all": {
43 "message": "Önceki gönderiler (tüm forumlarda)",
44 "description": "Link shown in a user profile (in the Community Console) which points to a search showing the user's posts and messages in all forums"
45 },
46 "inject_profileindicator_loading": {
47 "message": "Yükleniyor...",
48 "description": "Tooltip for the profile indicator dot."
49 },
50 "inject_lockdialog_btn_lock": {
51 "message": "Kilitle",
52 "description": "Button in the 'lock/unlock threads' dialog."
53 },
54 "inject_lockdialog_btn_unlock": {
55 "message": "Kilidini aç",
56 "description": "Button in the 'lock/unlock threads' dialog."
57 },
58 "inject_lockdialog_btn_cancel": {
59 "message": "İptal et",
60 "description": "Button in the 'lock/unlock threads' dialog."
61 },
62 "inject_lockdialog_btn_close": {
63 "message": "Kapat",
64 "description": "Button in the 'lock/unlock threads' dialog."
65 },
66 "inject_lockdialog_log_entry_beginning": {
67 "message": "Konu $1",
68 "description": "First part of the entry in the log of the 'lock/unlock threads' dialog. Log entries are of the form '{first_part}: {second_part}'. For example: 'Thread 164: Locked successfully'."
69 },
70 "inject_lockdialog_log_entry_success_lock": {
71 "message": "Başarıyla kilitlendi.",
72 "description": "Second part of the entry in the log of the 'lock/unlock threads' dialog, when the log entry states that the thread was locked successfully. Log entries are of the form '{first_part}: {second_part}'. For example: 'Thread 164: Locked successfully'."
73 },
74 "inject_lockdialog_log_entry_error_lock": {
75 "message": "Kilitleme sırasında bir hata oluştu ($1).",
76 "description": "Second part of the entry in the log of the 'lock/unlock threads' dialog, when the log entry states that the thread was *not* locked successfully. Log entries are of the form '{first_part}: {second_part}'. For example: 'Thread 164: Locked successfully'."
77 },
78 "inject_lockdialog_log_entry_success_unlock": {
79 "message": "Kilidi başarıyla açıldı.",
80 "description": "Second part of the entry in the log of the 'lock/unlock threads' dialog, when the log entry states that the thread was *un*locked successfully. Log entries are of the form '{first_part}: {second_part}'. For example: 'Thread 164: Locked successfully'."
81 },
82 "inject_autorefresh_list_snackbar_action": {
83 "message": "Yenile",
84 "description": "Button shown in a snackbar asking users to refresh/reload the list to show the new threads."
85 }
86}