Skip to content

Commit

Permalink
update strings for translations in spacecmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mackdk committed Jul 21, 2023
1 parent 4a95864 commit 58ee54e
Show file tree
Hide file tree
Showing 14 changed files with 522 additions and 294 deletions.
56 changes: 35 additions & 21 deletions spacecmd/po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-30 15:18+0200\n"
"POT-Creation-Date: 2023-07-21 15:08+0200\n"
"PO-Revision-Date: 2022-08-02 12:06+0000\n"
"Last-Translator: Michael Calmer <mc@suse.com>\n"
"Language-Team: German <https://l10n.opensuse.org/projects/uyuni/spacecmd/de/"
Expand Down Expand Up @@ -235,8 +235,8 @@ msgstr ""
msgid "usage: activationkey_delete KEY"
msgstr ""

#: ../src/spacecmd/activationkey.py:831 ../src/spacecmd/cryptokey.py:141
#: ../src/spacecmd/cryptokey.py:200 ../src/spacecmd/custominfo.py:97
#: ../src/spacecmd/activationkey.py:831 ../src/spacecmd/cryptokey.py:176
#: ../src/spacecmd/cryptokey.py:235 ../src/spacecmd/custominfo.py:97
#, python-format
msgid "No keys matched argument %s"
msgstr ""
Expand Down Expand Up @@ -854,13 +854,13 @@ msgstr ""
msgid "Name: %s"
msgstr ""

#: ../src/spacecmd/configchannel.py:446 ../src/spacecmd/cryptokey.py:217
#: ../src/spacecmd/configchannel.py:446 ../src/spacecmd/cryptokey.py:252
#: ../src/spacecmd/group.py:573 ../src/spacecmd/system.py:683
#, python-format
msgid "Description: %s"
msgstr ""

#: ../src/spacecmd/configchannel.py:447 ../src/spacecmd/cryptokey.py:218
#: ../src/spacecmd/configchannel.py:447 ../src/spacecmd/cryptokey.py:253
#: ../src/spacecmd/group.py:574 ../src/spacecmd/kickstart.py:507
#: ../src/spacecmd/kickstart.py:1976
#, python-format
Expand Down Expand Up @@ -898,7 +898,7 @@ msgstr ""
msgid "Label:"
msgstr ""

#: ../src/spacecmd/configchannel.py:482 ../src/spacecmd/cryptokey.py:67
#: ../src/spacecmd/configchannel.py:482 ../src/spacecmd/cryptokey.py:107
#: ../src/spacecmd/custominfo.py:60 ../src/spacecmd/custominfo.py:205
#: ../src/spacecmd/group.py:190 ../src/spacecmd/softwarechannel.py:788
#: ../src/spacecmd/system.py:3798
Expand Down Expand Up @@ -985,7 +985,7 @@ msgstr ""

#. get the contents of the script
#: ../src/spacecmd/configchannel.py:638 ../src/spacecmd/configchannel.py:946
#: ../src/spacecmd/cryptokey.py:69 ../src/spacecmd/kickstart.py:2033
#: ../src/spacecmd/cryptokey.py:109 ../src/spacecmd/kickstart.py:2033
#: ../src/spacecmd/snippet.py:143
msgid "Read an existing file [y/N]:"
msgstr ""
Expand Down Expand Up @@ -1399,59 +1399,73 @@ msgid ""
" -f KEY_FILE"
msgstr ""

#: ../src/spacecmd/cryptokey.py:63
#: ../src/spacecmd/cryptokey.py:69
msgid "cryptokey_update: Update a cryptographic key"
msgstr ""

#: ../src/spacecmd/cryptokey.py:70
msgid ""
"usage: cryptokey_update [options])\n"
"\n"
"options:\n"
" -t GPG or SSL\n"
" -d DESCRIPTION\n"
" -f KEY_FILE"
msgstr ""

#: ../src/spacecmd/cryptokey.py:103
msgid "GPG or SSL [G/S]:"
msgstr ""

#: ../src/spacecmd/cryptokey.py:76
#: ../src/spacecmd/cryptokey.py:116
msgid "The key type is required"
msgstr ""

#: ../src/spacecmd/cryptokey.py:80
#: ../src/spacecmd/cryptokey.py:120
msgid "A description is required"
msgstr ""

#: ../src/spacecmd/cryptokey.py:84
#: ../src/spacecmd/cryptokey.py:124
msgid "A file containing the key is required"
msgstr ""

#: ../src/spacecmd/cryptokey.py:92
#: ../src/spacecmd/cryptokey.py:132
msgid "No contents of the file"
msgstr ""

#: ../src/spacecmd/cryptokey.py:101
#: ../src/spacecmd/cryptokey.py:141
msgid "Invalid key type"
msgstr ""

#: ../src/spacecmd/cryptokey.py:115
#: ../src/spacecmd/cryptokey.py:150
msgid "cryptokey_delete: Delete a cryptographic key"
msgstr ""

#: ../src/spacecmd/cryptokey.py:116
#: ../src/spacecmd/cryptokey.py:151
msgid "usage: cryptokey_delete NAME"
msgstr ""

#: ../src/spacecmd/cryptokey.py:147
#: ../src/spacecmd/cryptokey.py:182
msgid "Delete key(s) [y/N]:"
msgstr ""

#: ../src/spacecmd/cryptokey.py:158
#: ../src/spacecmd/cryptokey.py:193
msgid "cryptokey_list: List all cryptographic keys (SSL, GPG)"
msgstr ""

#: ../src/spacecmd/cryptokey.py:159
#: ../src/spacecmd/cryptokey.py:194
msgid "usage: cryptokey_list"
msgstr ""

#: ../src/spacecmd/cryptokey.py:177
#: ../src/spacecmd/cryptokey.py:212
msgid "cryptokey_details: Show the contents of a cryptographic key"
msgstr ""

#: ../src/spacecmd/cryptokey.py:178
#: ../src/spacecmd/cryptokey.py:213
msgid "usage: cryptokey_details KEY ..."
msgstr ""

#: ../src/spacecmd/cryptokey.py:210
#: ../src/spacecmd/cryptokey.py:245
#, python-format
msgid "%s is not a valid crypto key"
msgstr ""
Expand Down
56 changes: 35 additions & 21 deletions spacecmd/po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-30 15:18+0200\n"
"POT-Creation-Date: 2023-07-21 15:08+0200\n"
"PO-Revision-Date: 2020-10-16 10:51+0200\n"
"Last-Translator: Pascal Arlt <parlt@suse.com>\n"
"Language-Team: Spanish <https://l10n.opensuse.org/projects/uyuni/spacecmd/es/"
Expand Down Expand Up @@ -233,8 +233,8 @@ msgstr ""
msgid "usage: activationkey_delete KEY"
msgstr ""

#: ../src/spacecmd/activationkey.py:831 ../src/spacecmd/cryptokey.py:141
#: ../src/spacecmd/cryptokey.py:200 ../src/spacecmd/custominfo.py:97
#: ../src/spacecmd/activationkey.py:831 ../src/spacecmd/cryptokey.py:176
#: ../src/spacecmd/cryptokey.py:235 ../src/spacecmd/custominfo.py:97
#, python-format
msgid "No keys matched argument %s"
msgstr ""
Expand Down Expand Up @@ -852,13 +852,13 @@ msgstr ""
msgid "Name: %s"
msgstr ""

#: ../src/spacecmd/configchannel.py:446 ../src/spacecmd/cryptokey.py:217
#: ../src/spacecmd/configchannel.py:446 ../src/spacecmd/cryptokey.py:252
#: ../src/spacecmd/group.py:573 ../src/spacecmd/system.py:683
#, python-format
msgid "Description: %s"
msgstr ""

#: ../src/spacecmd/configchannel.py:447 ../src/spacecmd/cryptokey.py:218
#: ../src/spacecmd/configchannel.py:447 ../src/spacecmd/cryptokey.py:253
#: ../src/spacecmd/group.py:574 ../src/spacecmd/kickstart.py:507
#: ../src/spacecmd/kickstart.py:1976
#, python-format
Expand Down Expand Up @@ -896,7 +896,7 @@ msgstr ""
msgid "Label:"
msgstr ""

#: ../src/spacecmd/configchannel.py:482 ../src/spacecmd/cryptokey.py:67
#: ../src/spacecmd/configchannel.py:482 ../src/spacecmd/cryptokey.py:107
#: ../src/spacecmd/custominfo.py:60 ../src/spacecmd/custominfo.py:205
#: ../src/spacecmd/group.py:190 ../src/spacecmd/softwarechannel.py:788
#: ../src/spacecmd/system.py:3798
Expand Down Expand Up @@ -983,7 +983,7 @@ msgstr ""

#. get the contents of the script
#: ../src/spacecmd/configchannel.py:638 ../src/spacecmd/configchannel.py:946
#: ../src/spacecmd/cryptokey.py:69 ../src/spacecmd/kickstart.py:2033
#: ../src/spacecmd/cryptokey.py:109 ../src/spacecmd/kickstart.py:2033
#: ../src/spacecmd/snippet.py:143
msgid "Read an existing file [y/N]:"
msgstr ""
Expand Down Expand Up @@ -1397,59 +1397,73 @@ msgid ""
" -f KEY_FILE"
msgstr ""

#: ../src/spacecmd/cryptokey.py:63
#: ../src/spacecmd/cryptokey.py:69
msgid "cryptokey_update: Update a cryptographic key"
msgstr ""

#: ../src/spacecmd/cryptokey.py:70
msgid ""
"usage: cryptokey_update [options])\n"
"\n"
"options:\n"
" -t GPG or SSL\n"
" -d DESCRIPTION\n"
" -f KEY_FILE"
msgstr ""

#: ../src/spacecmd/cryptokey.py:103
msgid "GPG or SSL [G/S]:"
msgstr ""

#: ../src/spacecmd/cryptokey.py:76
#: ../src/spacecmd/cryptokey.py:116
msgid "The key type is required"
msgstr ""

#: ../src/spacecmd/cryptokey.py:80
#: ../src/spacecmd/cryptokey.py:120
msgid "A description is required"
msgstr ""

#: ../src/spacecmd/cryptokey.py:84
#: ../src/spacecmd/cryptokey.py:124
msgid "A file containing the key is required"
msgstr ""

#: ../src/spacecmd/cryptokey.py:92
#: ../src/spacecmd/cryptokey.py:132
msgid "No contents of the file"
msgstr ""

#: ../src/spacecmd/cryptokey.py:101
#: ../src/spacecmd/cryptokey.py:141
msgid "Invalid key type"
msgstr ""

#: ../src/spacecmd/cryptokey.py:115
#: ../src/spacecmd/cryptokey.py:150
msgid "cryptokey_delete: Delete a cryptographic key"
msgstr ""

#: ../src/spacecmd/cryptokey.py:116
#: ../src/spacecmd/cryptokey.py:151
msgid "usage: cryptokey_delete NAME"
msgstr ""

#: ../src/spacecmd/cryptokey.py:147
#: ../src/spacecmd/cryptokey.py:182
msgid "Delete key(s) [y/N]:"
msgstr ""

#: ../src/spacecmd/cryptokey.py:158
#: ../src/spacecmd/cryptokey.py:193
msgid "cryptokey_list: List all cryptographic keys (SSL, GPG)"
msgstr ""

#: ../src/spacecmd/cryptokey.py:159
#: ../src/spacecmd/cryptokey.py:194
msgid "usage: cryptokey_list"
msgstr ""

#: ../src/spacecmd/cryptokey.py:177
#: ../src/spacecmd/cryptokey.py:212
msgid "cryptokey_details: Show the contents of a cryptographic key"
msgstr ""

#: ../src/spacecmd/cryptokey.py:178
#: ../src/spacecmd/cryptokey.py:213
msgid "usage: cryptokey_details KEY ..."
msgstr ""

#: ../src/spacecmd/cryptokey.py:210
#: ../src/spacecmd/cryptokey.py:245
#, python-format
msgid "%s is not a valid crypto key"
msgstr ""
Expand Down
Loading

0 comments on commit 58ee54e

Please sign in to comment.