Skip to content

Commit 4cc755b

Browse files
committed
ci: update Translations
1 parent b44b204 commit 4cc755b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+684
-36
lines changed

src/nls/ar/lastTranslated.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@
119119
"CLICK_VIEW_PROBLEM": "Click to view problem in panel",
120120
"CLONE_REPOSITORY": "Clone repository",
121121
"CLOSE": "Close",
122+
"CLOSE_ACTIVE_TAB": "Close Active Tab",
123+
"CLOSE_ALL_TABS": "Close All Tabs",
122124
"CLOSE_DONT_SAVE": "Close (Don't Save)",
125+
"CLOSE_TAB": "Close Tab",
126+
"CLOSE_UNMODIFIED_TABS": "Close Unmodified Tabs",
123127
"CMD_ABOUT": "About {APP_TITLE}",
124128
"CMD_ADD_CUR_TO_NEXT_LINE": "Add Cursor to Next Line",
125129
"CMD_ADD_CUR_TO_PREV_LINE": "Add Cursor to Previous Line",
@@ -299,6 +303,7 @@
299303
"CMD_TOGGLE_RULERS": "Rulers",
300304
"CMD_TOGGLE_SEARCH_AUTOHIDE": "Automatically close search",
301305
"CMD_TOGGLE_SIDEBAR": "Toggle Sidebar",
306+
"CMD_TOGGLE_TABBAR": "Toggle Tab Bar",
302307
"CMD_TOGGLE_WORD_WRAP": "Word Wrap",
303308
"CMD_TWITTER": "{TWITTER_NAME} on Twitter",
304309
"CMD_UNDO": "Undo",
@@ -464,6 +469,7 @@
464469
"DESCRIPTION_MAX_CODE_HINTS": "Maximum code hints displayed at once",
465470
"DESCRIPTION_MERGE_PANES_WHEN_LAST_FILE_CLOSED": "true to collapse panes after the last file from the pane is closed via pane header close button",
466471
"DESCRIPTION_NO_HINTS_ON_DOT": "true to not automatically show JS code hints when . is typed",
472+
"DESCRIPTION_NUMBER_OF_TABS": "The number of tabs to show in the tab bar. Set to -1 to show all tabs",
467473
"DESCRIPTION_NUMBER_QUICK_VIEW": "true to show Quick View on hover over numbers in editor",
468474
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW": "false to disable opening preferences file in split view",
469475
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE": "false to open user preferences file in left/top pane",
@@ -485,6 +491,7 @@
485491
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR": "true to show errors in status bar",
486492
"DESCRIPTION_SHOW_LINE_NUMBERS": "true to show line numbers in a “gutter” to the left of the code",
487493
"DESCRIPTION_SHOW_PANE_HEADER_BUTTONS": "Toggle when to show the close and flip-view buttons on the header.",
494+
"DESCRIPTION_SHOW_TABBAR": "true to show the tab bar, else false.",
488495
"DESCRIPTION_SMART_INDENT": "Automatically indent when creating a new block",
489496
"DESCRIPTION_SOFT_TABS": "false to turn off soft tabs behavior",
490497
"DESCRIPTION_SORT_DIRECTORIES_FIRST": "true to sort the directories first in the project tree",
@@ -493,6 +500,7 @@
493500
"DESCRIPTION_STATIC_SERVER_PORT": "Port number that the built-in server should use for Live Preview",
494501
"DESCRIPTION_STYLE_ACTIVE_LINE": "true to highlight background color of the line the cursor is on",
495502
"DESCRIPTION_SVG_HINTS": "Enable/disable SVG code hints",
503+
"DESCRIPTION_TABBAR": "Set the tab bar settings.",
496504
"DESCRIPTION_TAB_SIZE": "Number of spaces to display for tabs",
497505
"DESCRIPTION_THEME": "Select a {APP_NAME} theme",
498506
"DESCRIPTION_TRIPLE_CTRL_PALETTE": "true to enable showing the visual command overlay on pressing Ctrl/Cmd key 3 consecutive times",
@@ -1135,6 +1143,7 @@
11351143
"REMOVE_FROM_GITIGNORE": "Remove from .gitignore",
11361144
"REMOVE_FROM_RECENT_PROJECTS": "Remove from Recent Projects",
11371145
"RENAMING": "Renaming",
1146+
"REOPEN_CLOSED_FILE": "Reopen Closed File",
11381147
"REPLACE_IN_FILES_ERRORS": "The following files weren't modified because they changed after the search or couldn't be written.",
11391148
"REPLACE_IN_FILES_ERRORS_TITLE": "Replace Errors",
11401149
"REPLACE_PLACEHOLDER": "Replace with…",

src/nls/ar/strings.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ define({
425425
"CMD_BEAUTIFY_CODE": "تنسيق الشفرة",
426426
"CMD_BEAUTIFY_CODE_ON_SAVE": "تنسيق الشفرة بعد الحفظ",
427427
"CMD_AUTO_RENAME_TAGS": "إعادة تسمية وسوم HTML تلقائيًا",
428+
"CMD_TOGGLE_EMMET": "إيميت",
428429
"FIND_MENU": "بحث",
429430
"CMD_FIND": "بحث",
430431
"CMD_FIND_NEXT": "البحث التالي",
@@ -1351,5 +1352,13 @@ define({
13511352
"GIT_TOAST_TITLE": "استكشف ميزات Git في Phoenix Code",
13521353
"GIT_TOAST_MESSAGE": "انقر على رمز لوحة Git لإدارة مستودعك. يمكنك بسهولة تنفيذ الالتزام والدفع والسحب وعرض سجل مشروعك - كل ذلك في مكان واحد.<br><a href='https://docs.phcode.dev/docs/Features/git'>تعرّف على المزيد حول لوحة Git →</a>",
13531354
"SURVEY_TITLE_VOTE_FOR_FEATURES_YOU_WANT": "صوت للميزات التي ترغب برؤيتها تالياً!",
1354-
"CMD_TOGGLE_EMMET": "إيميت"
1355+
"CLOSE_TAB": "إغلاق علامة التبويب",
1356+
"CLOSE_ACTIVE_TAB": "إغلاق علامة التبويب النشطة",
1357+
"CLOSE_ALL_TABS": "إغلاق جميع علامات التبويب",
1358+
"CLOSE_UNMODIFIED_TABS": "إغلاق علامات التبويب غير المعدلة",
1359+
"REOPEN_CLOSED_FILE": "إعادة فتح الملف المغلق",
1360+
"CMD_TOGGLE_TABBAR": "تبديل شريط علامات التبويب",
1361+
"DESCRIPTION_TABBAR": "ضبط إعدادات شريط علامات التبويب.",
1362+
"DESCRIPTION_SHOW_TABBAR": "صحيح لإظهار شريط علامات التبويب، وإلا خطأ.",
1363+
"DESCRIPTION_NUMBER_OF_TABS": "عدد علامات التبويب التي سيتم عرضها في شريط علامات التبويب. اضبط على -1 لعرض جميع علامات التبويب"
13551364
});

src/nls/bg/lastTranslated.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@
119119
"CLICK_VIEW_PROBLEM": "Click to view problem in panel",
120120
"CLONE_REPOSITORY": "Clone repository",
121121
"CLOSE": "Close",
122+
"CLOSE_ACTIVE_TAB": "Close Active Tab",
123+
"CLOSE_ALL_TABS": "Close All Tabs",
122124
"CLOSE_DONT_SAVE": "Close (Don't Save)",
125+
"CLOSE_TAB": "Close Tab",
126+
"CLOSE_UNMODIFIED_TABS": "Close Unmodified Tabs",
123127
"CMD_ABOUT": "About {APP_TITLE}",
124128
"CMD_ADD_CUR_TO_NEXT_LINE": "Add Cursor to Next Line",
125129
"CMD_ADD_CUR_TO_PREV_LINE": "Add Cursor to Previous Line",
@@ -299,6 +303,7 @@
299303
"CMD_TOGGLE_RULERS": "Rulers",
300304
"CMD_TOGGLE_SEARCH_AUTOHIDE": "Automatically close search",
301305
"CMD_TOGGLE_SIDEBAR": "Toggle Sidebar",
306+
"CMD_TOGGLE_TABBAR": "Toggle Tab Bar",
302307
"CMD_TOGGLE_WORD_WRAP": "Word Wrap",
303308
"CMD_TWITTER": "{TWITTER_NAME} on Twitter",
304309
"CMD_UNDO": "Undo",
@@ -464,6 +469,7 @@
464469
"DESCRIPTION_MAX_CODE_HINTS": "Maximum code hints displayed at once",
465470
"DESCRIPTION_MERGE_PANES_WHEN_LAST_FILE_CLOSED": "true to collapse panes after the last file from the pane is closed via pane header close button",
466471
"DESCRIPTION_NO_HINTS_ON_DOT": "true to not automatically show JS code hints when . is typed",
472+
"DESCRIPTION_NUMBER_OF_TABS": "The number of tabs to show in the tab bar. Set to -1 to show all tabs",
467473
"DESCRIPTION_NUMBER_QUICK_VIEW": "true to show Quick View on hover over numbers in editor",
468474
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW": "false to disable opening preferences file in split view",
469475
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE": "false to open user preferences file in left/top pane",
@@ -485,6 +491,7 @@
485491
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR": "true to show errors in status bar",
486492
"DESCRIPTION_SHOW_LINE_NUMBERS": "true to show line numbers in a “gutter” to the left of the code",
487493
"DESCRIPTION_SHOW_PANE_HEADER_BUTTONS": "Toggle when to show the close and flip-view buttons on the header.",
494+
"DESCRIPTION_SHOW_TABBAR": "true to show the tab bar, else false.",
488495
"DESCRIPTION_SMART_INDENT": "Automatically indent when creating a new block",
489496
"DESCRIPTION_SOFT_TABS": "false to turn off soft tabs behavior",
490497
"DESCRIPTION_SORT_DIRECTORIES_FIRST": "true to sort the directories first in the project tree",
@@ -493,6 +500,7 @@
493500
"DESCRIPTION_STATIC_SERVER_PORT": "Port number that the built-in server should use for Live Preview",
494501
"DESCRIPTION_STYLE_ACTIVE_LINE": "true to highlight background color of the line the cursor is on",
495502
"DESCRIPTION_SVG_HINTS": "Enable/disable SVG code hints",
503+
"DESCRIPTION_TABBAR": "Set the tab bar settings.",
496504
"DESCRIPTION_TAB_SIZE": "Number of spaces to display for tabs",
497505
"DESCRIPTION_THEME": "Select a {APP_NAME} theme",
498506
"DESCRIPTION_TRIPLE_CTRL_PALETTE": "true to enable showing the visual command overlay on pressing Ctrl/Cmd key 3 consecutive times",
@@ -1135,6 +1143,7 @@
11351143
"REMOVE_FROM_GITIGNORE": "Remove from .gitignore",
11361144
"REMOVE_FROM_RECENT_PROJECTS": "Remove from Recent Projects",
11371145
"RENAMING": "Renaming",
1146+
"REOPEN_CLOSED_FILE": "Reopen Closed File",
11381147
"REPLACE_IN_FILES_ERRORS": "The following files weren't modified because they changed after the search or couldn't be written.",
11391148
"REPLACE_IN_FILES_ERRORS_TITLE": "Replace Errors",
11401149
"REPLACE_PLACEHOLDER": "Replace with…",

src/nls/bg/strings.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ define({
425425
"CMD_BEAUTIFY_CODE": "Форматирай код",
426426
"CMD_BEAUTIFY_CODE_ON_SAVE": "Форматирай код след запис",
427427
"CMD_AUTO_RENAME_TAGS": "Автоматично преименуване на HTML тагове",
428+
"CMD_TOGGLE_EMMET": "Емет",
428429
"FIND_MENU": "Търсене",
429430
"CMD_FIND": "Търсене",
430431
"CMD_FIND_NEXT": "Търсене на следващото",
@@ -1351,5 +1352,13 @@ define({
13511352
"GIT_TOAST_TITLE": "Разгледайте Git функциите в Phoenix Code",
13521353
"GIT_TOAST_MESSAGE": "Щракнете върху иконата на Git панела, за да управлявате хранилището си. Лесно създавайте commit, push, pull и преглеждайте историята на проекта си – всичко на едно място.<br><a href='https://docs.phcode.dev/docs/Features/git'>Научете повече за Git панела →</a>",
13531354
"SURVEY_TITLE_VOTE_FOR_FEATURES_YOU_WANT": "Гласувайте за функциите, които искате да видите следващи!",
1354-
"CMD_TOGGLE_EMMET": "Емет"
1355+
"CLOSE_TAB": "Затвори раздел",
1356+
"CLOSE_ACTIVE_TAB": "Затвори активния раздел",
1357+
"CLOSE_ALL_TABS": "Затвори всички раздели",
1358+
"CLOSE_UNMODIFIED_TABS": "Затвори непроменените раздели",
1359+
"REOPEN_CLOSED_FILE": "Отвори отново затворения файл",
1360+
"CMD_TOGGLE_TABBAR": "Превключи лентата с раздели",
1361+
"DESCRIPTION_TABBAR": "Задай настройките на лентата с раздели.",
1362+
"DESCRIPTION_SHOW_TABBAR": "`true` за да се показва лентата с раздели, иначе `false`.",
1363+
"DESCRIPTION_NUMBER_OF_TABS": "Броят на разделите, които да се показват в лентата с раздели. Задайте на -1, за да се показват всички раздели."
13551364
});

src/nls/cs/lastTranslated.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@
119119
"CLICK_VIEW_PROBLEM": "Click to view problem in panel",
120120
"CLONE_REPOSITORY": "Clone repository",
121121
"CLOSE": "Close",
122+
"CLOSE_ACTIVE_TAB": "Close Active Tab",
123+
"CLOSE_ALL_TABS": "Close All Tabs",
122124
"CLOSE_DONT_SAVE": "Close (Don't Save)",
125+
"CLOSE_TAB": "Close Tab",
126+
"CLOSE_UNMODIFIED_TABS": "Close Unmodified Tabs",
123127
"CMD_ABOUT": "About {APP_TITLE}",
124128
"CMD_ADD_CUR_TO_NEXT_LINE": "Add Cursor to Next Line",
125129
"CMD_ADD_CUR_TO_PREV_LINE": "Add Cursor to Previous Line",
@@ -299,6 +303,7 @@
299303
"CMD_TOGGLE_RULERS": "Rulers",
300304
"CMD_TOGGLE_SEARCH_AUTOHIDE": "Automatically close search",
301305
"CMD_TOGGLE_SIDEBAR": "Toggle Sidebar",
306+
"CMD_TOGGLE_TABBAR": "Toggle Tab Bar",
302307
"CMD_TOGGLE_WORD_WRAP": "Word Wrap",
303308
"CMD_TWITTER": "{TWITTER_NAME} on Twitter",
304309
"CMD_UNDO": "Undo",
@@ -464,6 +469,7 @@
464469
"DESCRIPTION_MAX_CODE_HINTS": "Maximum code hints displayed at once",
465470
"DESCRIPTION_MERGE_PANES_WHEN_LAST_FILE_CLOSED": "true to collapse panes after the last file from the pane is closed via pane header close button",
466471
"DESCRIPTION_NO_HINTS_ON_DOT": "true to not automatically show JS code hints when . is typed",
472+
"DESCRIPTION_NUMBER_OF_TABS": "The number of tabs to show in the tab bar. Set to -1 to show all tabs",
467473
"DESCRIPTION_NUMBER_QUICK_VIEW": "true to show Quick View on hover over numbers in editor",
468474
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW": "false to disable opening preferences file in split view",
469475
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE": "false to open user preferences file in left/top pane",
@@ -485,6 +491,7 @@
485491
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR": "true to show errors in status bar",
486492
"DESCRIPTION_SHOW_LINE_NUMBERS": "true to show line numbers in a “gutter” to the left of the code",
487493
"DESCRIPTION_SHOW_PANE_HEADER_BUTTONS": "Toggle when to show the close and flip-view buttons on the header.",
494+
"DESCRIPTION_SHOW_TABBAR": "true to show the tab bar, else false.",
488495
"DESCRIPTION_SMART_INDENT": "Automatically indent when creating a new block",
489496
"DESCRIPTION_SOFT_TABS": "false to turn off soft tabs behavior",
490497
"DESCRIPTION_SORT_DIRECTORIES_FIRST": "true to sort the directories first in the project tree",
@@ -493,6 +500,7 @@
493500
"DESCRIPTION_STATIC_SERVER_PORT": "Port number that the built-in server should use for Live Preview",
494501
"DESCRIPTION_STYLE_ACTIVE_LINE": "true to highlight background color of the line the cursor is on",
495502
"DESCRIPTION_SVG_HINTS": "Enable/disable SVG code hints",
503+
"DESCRIPTION_TABBAR": "Set the tab bar settings.",
496504
"DESCRIPTION_TAB_SIZE": "Number of spaces to display for tabs",
497505
"DESCRIPTION_THEME": "Select a {APP_NAME} theme",
498506
"DESCRIPTION_TRIPLE_CTRL_PALETTE": "true to enable showing the visual command overlay on pressing Ctrl/Cmd key 3 consecutive times",
@@ -1135,6 +1143,7 @@
11351143
"REMOVE_FROM_GITIGNORE": "Remove from .gitignore",
11361144
"REMOVE_FROM_RECENT_PROJECTS": "Remove from Recent Projects",
11371145
"RENAMING": "Renaming",
1146+
"REOPEN_CLOSED_FILE": "Reopen Closed File",
11381147
"REPLACE_IN_FILES_ERRORS": "The following files weren't modified because they changed after the search or couldn't be written.",
11391148
"REPLACE_IN_FILES_ERRORS_TITLE": "Replace Errors",
11401149
"REPLACE_PLACEHOLDER": "Replace with…",

src/nls/cs/strings.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ define({
425425
"CMD_BEAUTIFY_CODE": "Formátovat kód",
426426
"CMD_BEAUTIFY_CODE_ON_SAVE": "Formátovat kód po uložení",
427427
"CMD_AUTO_RENAME_TAGS": "Automatické přejmenování HTML tagů",
428+
"CMD_TOGGLE_EMMET": "Emmet",
428429
"FIND_MENU": "Najít",
429430
"CMD_FIND": "Najít",
430431
"CMD_FIND_NEXT": "Najít další",
@@ -1351,5 +1352,13 @@ define({
13511352
"GIT_TOAST_TITLE": "Prozkoumejte funkce Gitu v Phoenix Code",
13521353
"GIT_TOAST_MESSAGE": "Klikněte na ikonu panelu Git pro správu vašeho repozitáře. Snadno commitujte, pushujte, pullujte a prohlížejte si historii projektu – vše na jednom místě.<br><a href='https://docs.phcode.dev/docs/Features/git'>Zjistěte více o panelu Git →</a>",
13531354
"SURVEY_TITLE_VOTE_FOR_FEATURES_YOU_WANT": "Hlasujte pro funkce, které chcete vidět v další verzi!",
1354-
"CMD_TOGGLE_EMMET": "Emmet"
1355+
"CLOSE_TAB": "Zavřít kartu",
1356+
"CLOSE_ACTIVE_TAB": "Zavřít aktivní kartu",
1357+
"CLOSE_ALL_TABS": "Zavřít všechny karty",
1358+
"CLOSE_UNMODIFIED_TABS": "Zavřít nezměněné karty",
1359+
"REOPEN_CLOSED_FILE": "Znovu otevřít zavřený soubor",
1360+
"CMD_TOGGLE_TABBAR": "Přepnout panel karet",
1361+
"DESCRIPTION_TABBAR": "Nastavení panelu karet.",
1362+
"DESCRIPTION_SHOW_TABBAR": "`true` pro zobrazení panelu karet, jinak `false`.",
1363+
"DESCRIPTION_NUMBER_OF_TABS": "Počet karet zobrazených v panelu karet. Hodnota -1 zobrazí všechny karty."
13551364
});

src/nls/da/lastTranslated.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@
119119
"CLICK_VIEW_PROBLEM": "Click to view problem in panel",
120120
"CLONE_REPOSITORY": "Clone repository",
121121
"CLOSE": "Close",
122+
"CLOSE_ACTIVE_TAB": "Close Active Tab",
123+
"CLOSE_ALL_TABS": "Close All Tabs",
122124
"CLOSE_DONT_SAVE": "Close (Don't Save)",
125+
"CLOSE_TAB": "Close Tab",
126+
"CLOSE_UNMODIFIED_TABS": "Close Unmodified Tabs",
123127
"CMD_ABOUT": "About {APP_TITLE}",
124128
"CMD_ADD_CUR_TO_NEXT_LINE": "Add Cursor to Next Line",
125129
"CMD_ADD_CUR_TO_PREV_LINE": "Add Cursor to Previous Line",
@@ -299,6 +303,7 @@
299303
"CMD_TOGGLE_RULERS": "Rulers",
300304
"CMD_TOGGLE_SEARCH_AUTOHIDE": "Automatically close search",
301305
"CMD_TOGGLE_SIDEBAR": "Toggle Sidebar",
306+
"CMD_TOGGLE_TABBAR": "Toggle Tab Bar",
302307
"CMD_TOGGLE_WORD_WRAP": "Word Wrap",
303308
"CMD_TWITTER": "{TWITTER_NAME} on Twitter",
304309
"CMD_UNDO": "Undo",
@@ -464,6 +469,7 @@
464469
"DESCRIPTION_MAX_CODE_HINTS": "Maximum code hints displayed at once",
465470
"DESCRIPTION_MERGE_PANES_WHEN_LAST_FILE_CLOSED": "true to collapse panes after the last file from the pane is closed via pane header close button",
466471
"DESCRIPTION_NO_HINTS_ON_DOT": "true to not automatically show JS code hints when . is typed",
472+
"DESCRIPTION_NUMBER_OF_TABS": "The number of tabs to show in the tab bar. Set to -1 to show all tabs",
467473
"DESCRIPTION_NUMBER_QUICK_VIEW": "true to show Quick View on hover over numbers in editor",
468474
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW": "false to disable opening preferences file in split view",
469475
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE": "false to open user preferences file in left/top pane",
@@ -485,6 +491,7 @@
485491
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR": "true to show errors in status bar",
486492
"DESCRIPTION_SHOW_LINE_NUMBERS": "true to show line numbers in a “gutter” to the left of the code",
487493
"DESCRIPTION_SHOW_PANE_HEADER_BUTTONS": "Toggle when to show the close and flip-view buttons on the header.",
494+
"DESCRIPTION_SHOW_TABBAR": "true to show the tab bar, else false.",
488495
"DESCRIPTION_SMART_INDENT": "Automatically indent when creating a new block",
489496
"DESCRIPTION_SOFT_TABS": "false to turn off soft tabs behavior",
490497
"DESCRIPTION_SORT_DIRECTORIES_FIRST": "true to sort the directories first in the project tree",
@@ -493,6 +500,7 @@
493500
"DESCRIPTION_STATIC_SERVER_PORT": "Port number that the built-in server should use for Live Preview",
494501
"DESCRIPTION_STYLE_ACTIVE_LINE": "true to highlight background color of the line the cursor is on",
495502
"DESCRIPTION_SVG_HINTS": "Enable/disable SVG code hints",
503+
"DESCRIPTION_TABBAR": "Set the tab bar settings.",
496504
"DESCRIPTION_TAB_SIZE": "Number of spaces to display for tabs",
497505
"DESCRIPTION_THEME": "Select a {APP_NAME} theme",
498506
"DESCRIPTION_TRIPLE_CTRL_PALETTE": "true to enable showing the visual command overlay on pressing Ctrl/Cmd key 3 consecutive times",
@@ -1135,6 +1143,7 @@
11351143
"REMOVE_FROM_GITIGNORE": "Remove from .gitignore",
11361144
"REMOVE_FROM_RECENT_PROJECTS": "Remove from Recent Projects",
11371145
"RENAMING": "Renaming",
1146+
"REOPEN_CLOSED_FILE": "Reopen Closed File",
11381147
"REPLACE_IN_FILES_ERRORS": "The following files weren't modified because they changed after the search or couldn't be written.",
11391148
"REPLACE_IN_FILES_ERRORS_TITLE": "Replace Errors",
11401149
"REPLACE_PLACEHOLDER": "Replace with…",

src/nls/da/strings.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ define({
425425
"CMD_BEAUTIFY_CODE": "Formatér kode",
426426
"CMD_BEAUTIFY_CODE_ON_SAVE": "Formatér kode efter lagring",
427427
"CMD_AUTO_RENAME_TAGS": "Omdøb HTML-tags automatisk",
428+
"CMD_TOGGLE_EMMET": "Emmet",
428429
"FIND_MENU": "Søg",
429430
"CMD_FIND": "Søg",
430431
"CMD_FIND_NEXT": "Find næste",
@@ -1351,5 +1352,13 @@ define({
13511352
"GIT_TOAST_TITLE": "Udforsk Git-funktioner i Phoenix Code",
13521353
"GIT_TOAST_MESSAGE": "Klik på Git-panelikonet for at administrere dit repository. Commit, push, pull og se din projekthistorik nemt – alt sammen på ét sted.<br><a href='https://docs.phcode.dev/docs/Features/git'>Læs mere om Git-panelet →</a>",
13531354
"SURVEY_TITLE_VOTE_FOR_FEATURES_YOU_WANT": "Stem på de funktioner, du gerne vil se!",
1354-
"CMD_TOGGLE_EMMET": "Emmet"
1355+
"CLOSE_TAB": "Luk fane",
1356+
"CLOSE_ACTIVE_TAB": "Luk aktiv fane",
1357+
"CLOSE_ALL_TABS": "Luk alle faner",
1358+
"CLOSE_UNMODIFIED_TABS": "Luk uændrede faner",
1359+
"REOPEN_CLOSED_FILE": "Genåbn lukket fil",
1360+
"CMD_TOGGLE_TABBAR": "Skift fanebjælke",
1361+
"DESCRIPTION_TABBAR": "Indstil fanebjælkens indstillinger.",
1362+
"DESCRIPTION_SHOW_TABBAR": "Sandt for at vise fanebjælken, ellers falsk.",
1363+
"DESCRIPTION_NUMBER_OF_TABS": "Antallet af faner, der skal vises i fanebjælken. Indstil til -1 for at vise alle faner"
13551364
});

0 commit comments

Comments
 (0)