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