-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b919529
commit 6e1d191
Showing
2 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: extra\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-07-25 09:26+0000\n" | ||
"POT-Creation-Date: 2023-12-03 18:11+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: io.elementary.terminal\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-07-25 09:26+0000\n" | ||
"POT-Creation-Date: 2023-12-03 18:11+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -17,110 +17,102 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/Application.vala:32 | ||
#: src/Application.vala:34 | ||
msgid "Show version" | ||
msgstr "" | ||
|
||
#. -n flag forces a new window | ||
#: src/Application.vala:34 | ||
#: src/Application.vala:36 | ||
msgid "Open a new terminal window" | ||
msgstr "" | ||
|
||
#. -t flag forces a new tab | ||
#: src/Application.vala:36 | ||
#: src/Application.vala:38 | ||
msgid "Open a new terminal tab" | ||
msgstr "" | ||
|
||
#. -w flag defines the working directory that the new tab/window uses | ||
#: src/Application.vala:38 | ||
#: src/Application.vala:40 | ||
msgid "Set shell working directory" | ||
msgstr "" | ||
|
||
#. -e flag is used for running single strings as a command line | ||
#: src/Application.vala:40 | ||
#: src/Application.vala:42 | ||
msgid "Run a program in terminal" | ||
msgstr "" | ||
|
||
#. -m flag starts terminal in a minimized state | ||
#: src/Application.vala:42 | ||
#: src/Application.vala:44 | ||
msgid "Open terminal in a minimized state" | ||
msgstr "" | ||
|
||
#. -x flag is used for using the rest of the command line in the new tab/window | ||
#: src/Application.vala:45 | ||
#: src/Application.vala:47 | ||
msgid "Run remainder of line as a command in terminal" | ||
msgstr "" | ||
|
||
#: src/Application.vala:97 | ||
#: src/Application.vala:99 | ||
msgid "[-- COMMAND…]" | ||
msgstr "" | ||
|
||
#: src/Application.vala:159 | ||
#: src/Application.vala:161 | ||
msgid "Process completed" | ||
msgstr "" | ||
|
||
#: src/Application.vala:162 | ||
#: src/Application.vala:164 | ||
msgid "Process exited with errors" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:196 | ||
#: src/MainWindow.vala:146 | ||
msgid "Copy" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:202 | ||
#: src/MainWindow.vala:152 | ||
msgid "Copy Last Output" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:208 | ||
#: src/MainWindow.vala:158 | ||
msgid "Paste" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:214 | ||
#: src/MainWindow.vala:164 | ||
msgid "Select All" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:220 src/MainWindow.vala:326 src/MainWindow.vala:1246 | ||
#: src/MainWindow.vala:170 src/MainWindow.vala:252 src/MainWindow.vala:983 | ||
msgid "Find…" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:333 | ||
#: src/MainWindow.vala:259 | ||
msgid "Settings" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:359 | ||
#: src/MainWindow.vala:290 | ||
msgid "New Tab" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:707 | ||
#: src/MainWindow.vala:548 | ||
#, c-format | ||
msgid "Show in %s" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:708 | ||
#: src/MainWindow.vala:549 | ||
msgid "Default application" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:981 src/Dialogs/ForegroundProcessDialog.vala:31 | ||
#: src/MainWindow.vala:805 src/Dialogs/ForegroundProcessDialog.vala:31 | ||
msgid "Close Tab" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:982 | ||
#: src/MainWindow.vala:806 | ||
msgid "Duplicate" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:995 | ||
#: src/MainWindow.vala:819 | ||
msgid "Reload" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:1086 | ||
msgid "The pasted text may be trying to gain administrative access" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:1088 | ||
msgid "The pasted text may contain multiple commands" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:1238 | ||
#: src/MainWindow.vala:974 | ||
msgid "Hide find bar" | ||
msgstr "" | ||
|
||
|
@@ -323,3 +315,11 @@ msgstr "" | |
#: src/Widgets/TerminalWidget.vala:28 | ||
msgid "Terminal" | ||
msgstr "" | ||
|
||
#: src/Widgets/TerminalWidget.vala:502 | ||
msgid "The pasted text may contain multiple commands" | ||
msgstr "" | ||
|
||
#: src/Widgets/TerminalWidget.vala:504 | ||
msgid "The pasted text may be trying to gain administrative access" | ||
msgstr "" |