update: refactor and rename
This commit is contained in:
223
locale/tr/LC_MESSAGES/confer.po
Normal file
223
locale/tr/LC_MESSAGES/confer.po
Normal file
@ -0,0 +1,223 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-08-01 04:31+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: src/config.c:30
|
||||
msgid "Configuration does not have a name field"
|
||||
msgstr "Configuration does not have a name field"
|
||||
|
||||
#: src/config.c:35
|
||||
msgid "Configuration does not have an author field"
|
||||
msgstr "Configuration does not have an author field"
|
||||
|
||||
#: src/config.c:40
|
||||
msgid "Configuration does not have any targets"
|
||||
msgstr "Configuration does not have any targets"
|
||||
|
||||
#: src/config.c:102
|
||||
msgid "Configuration contains multiple targets with the same name"
|
||||
msgstr "Configuration contains multiple targets with the same name"
|
||||
|
||||
#: src/config.c:129
|
||||
#, c-format
|
||||
msgid "Key %s is unknown"
|
||||
msgstr "Key %s is unknown"
|
||||
|
||||
#: src/config.c:161
|
||||
msgid "Configuration file not found"
|
||||
msgstr "Configuration file not found"
|
||||
|
||||
#: src/config.c:177
|
||||
msgid "Failed to parse configuration file"
|
||||
msgstr "Failed to parse configuration file"
|
||||
|
||||
#: src/config.c:193
|
||||
msgid "Configuration details:\n"
|
||||
msgstr "Configuration details:\n"
|
||||
|
||||
#: src/config.c:194 src/target.c:122
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
#: src/config.c:196
|
||||
msgid "Desc"
|
||||
msgstr "Desc"
|
||||
|
||||
#: src/config.c:197
|
||||
msgid "Author"
|
||||
msgstr "Author"
|
||||
|
||||
#: src/config.c:199
|
||||
msgid "Keywords"
|
||||
msgstr "Keywords"
|
||||
|
||||
#: src/log.c:127
|
||||
msgid "y"
|
||||
msgstr "y"
|
||||
|
||||
#: src/log.c:127
|
||||
msgid "Y"
|
||||
msgstr "Y"
|
||||
|
||||
#: src/log.c:128
|
||||
msgid "n"
|
||||
msgstr "n"
|
||||
|
||||
#: src/log.c:128
|
||||
msgid "N"
|
||||
msgstr "N"
|
||||
|
||||
#: src/log.c:131
|
||||
#, c-format
|
||||
msgid "%s [y/N] "
|
||||
msgstr "%s [y/N] "
|
||||
|
||||
#: src/log.c:151
|
||||
msgid "Please answer with y/n"
|
||||
msgstr "Please answer with y/n"
|
||||
|
||||
#: src/main.c:48
|
||||
msgid "Program received a segfault"
|
||||
msgstr "Program received a segfault"
|
||||
|
||||
#: src/main.c:61
|
||||
msgid "pull down a configuration"
|
||||
msgstr "pull down a configuration"
|
||||
|
||||
#: src/main.c:62
|
||||
msgid "build the configuration in the current directory"
|
||||
msgstr "build the configuration in the current directory"
|
||||
|
||||
#: src/main.c:73
|
||||
msgid "Please specify the homedir with "
|
||||
msgstr "Please specify the homedir with "
|
||||
|
||||
#: src/main.c:84
|
||||
msgid "Failed to lock, confer is already running"
|
||||
msgstr "Failed to lock, confer is already running"
|
||||
|
||||
#: src/main.c:88
|
||||
msgid "Failed to lock, are you root?"
|
||||
msgstr "Failed to lock, are you root?"
|
||||
|
||||
#: src/main.c:100
|
||||
msgid "Command not found: "
|
||||
msgstr "Command not found: "
|
||||
|
||||
#: src/main.c:102
|
||||
#, c-format
|
||||
msgid "MatterLinux configuration manager (version %s)"
|
||||
msgstr "MatterLinux configuration manager (version %s)"
|
||||
|
||||
#: src/main.c:103
|
||||
msgid "Usage: "
|
||||
msgstr "Usage: "
|
||||
|
||||
#: src/main.c:105
|
||||
msgid "Here is a list of available commands:"
|
||||
msgstr "Here is a list of available commands:"
|
||||
|
||||
#: src/main.c:111
|
||||
msgid "Here is a list of available options:"
|
||||
msgstr "Here is a list of available options:"
|
||||
|
||||
#: src/main.c:114 src/main.c:115
|
||||
#, c-format
|
||||
msgid " "
|
||||
msgstr " "
|
||||
|
||||
#: src/main.c:117
|
||||
msgid ""
|
||||
"Licensed under GPLv3, see https://www.gnu.org/licenses/ for more information"
|
||||
msgstr ""
|
||||
"Licensed under GPLv3, see https://www.gnu.org/licenses/ for more information"
|
||||
|
||||
#: src/target.c:15
|
||||
msgid "Configuration target is missing a name"
|
||||
msgstr "Configuration target is missing a name"
|
||||
|
||||
#: src/target.c:20
|
||||
#, c-format
|
||||
msgid "Configuration target \"%s\" does not have \"dst\" field"
|
||||
msgstr "Configuration target \"%s\" does not have \"dst\" field"
|
||||
|
||||
#: src/target.c:25
|
||||
#, c-format
|
||||
msgid "Configuration target \"%s\" does not have \"src\" field"
|
||||
msgstr "Configuration target \"%s\" does not have \"src\" field"
|
||||
|
||||
#: src/target.c:40
|
||||
#, c-format
|
||||
msgid "Failed to open the directory: %s"
|
||||
msgstr "Failed to open the directory: %s"
|
||||
|
||||
#: src/target.c:84
|
||||
#, c-format
|
||||
msgid "Source directory \"%s\" does not exist"
|
||||
msgstr "Source directory \"%s\" does not exist"
|
||||
|
||||
#: src/target.c:121
|
||||
msgid "Target details:\n"
|
||||
msgstr "Target details:\n"
|
||||
|
||||
#: src/target.c:123
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
#: src/url.c:44
|
||||
msgid "Failed to open /dev/null"
|
||||
msgstr "Failed to open /dev/null"
|
||||
|
||||
#: src/url.c:51
|
||||
msgid "Failed to init curl"
|
||||
msgstr "Failed to init curl"
|
||||
|
||||
#: src/url.c:63
|
||||
msgid "Request failed"
|
||||
msgstr "Request failed"
|
||||
|
||||
#: src/url.c:70
|
||||
msgid "Failed to get the response code"
|
||||
msgstr "Failed to get the response code"
|
||||
|
||||
#: src/url.c:76
|
||||
msgid "Response is not a redirect"
|
||||
msgstr "Response is not a redirect"
|
||||
|
||||
#: src/url.c:83
|
||||
msgid "Failed to get the location header"
|
||||
msgstr "Failed to get the location header"
|
||||
|
||||
#: src/url.c:89
|
||||
msgid "Invalid location header"
|
||||
msgstr "Invalid location header"
|
||||
|
||||
#: src/util.c:105 src/util.c:116
|
||||
#, c-format
|
||||
msgid "Failed to create directory: %s"
|
||||
msgstr "Failed to create directory: %s"
|
||||
|
||||
#: src/util.c:195
|
||||
#, c-format
|
||||
msgid "Failed to open \"%s\" for reading"
|
||||
msgstr "Failed to open \"%s\" for reading"
|
||||
|
||||
#: src/util.c:197
|
||||
#, c-format
|
||||
msgid "Failed to open \"%s\" for writing"
|
||||
msgstr "Failed to open \"%s\" for writing"
|
@ -1,297 +0,0 @@
|
||||
# Turkish translations for PACKAGE package.
|
||||
# Copyright (C) 2024 THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# <ngn@ngn.tf>, 2024.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-05-09 23:28+0300\n"
|
||||
"PO-Revision-Date: 2024-05-01 13:34+0300\n"
|
||||
"Last-Translator: <ngn@ngn.tf>\n"
|
||||
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ASCII\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: src/config.c:24
|
||||
msgid "Configuration does not have a name field"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:29
|
||||
msgid "Configuration does not have an author field"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:34
|
||||
msgid "Configuration does not have any targets"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:95
|
||||
msgid "Configuration contains multiple targets with the same name"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:122
|
||||
#, c-format
|
||||
msgid "Key %s is unknown"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:154
|
||||
msgid "Configuration file not found"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:170
|
||||
msgid "Failed to parse configuration file"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:186
|
||||
msgid "Configuration details:\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:187 src/target.c:122
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:189
|
||||
msgid "Desc"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:190
|
||||
msgid "Author"
|
||||
msgstr ""
|
||||
|
||||
#: src/config.c:192
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
#: src/gen.c:15
|
||||
msgid "Please specify a directory for the repository"
|
||||
msgstr ""
|
||||
|
||||
#: src/gen.c:20
|
||||
msgid "Failed to access the directory"
|
||||
msgstr ""
|
||||
|
||||
#: src/gen.c:25
|
||||
msgid "Failed to change directory to the specified directory"
|
||||
msgstr ""
|
||||
|
||||
#: src/gen.c:29 src/gen.c:36 src/pull.c:95
|
||||
msgid "Loaded repository configuration"
|
||||
msgstr ""
|
||||
|
||||
#: src/gen.c:31 src/pull.c:90
|
||||
msgid "Failed to load the configuration file (mc.cfg):"
|
||||
msgstr ""
|
||||
|
||||
#: src/gen.c:42 src/pull.c:122
|
||||
msgid "Copying all the targets"
|
||||
msgstr ""
|
||||
|
||||
#: src/gen.c:48 src/pull.c:136
|
||||
msgid "Failed to copy the target:"
|
||||
msgstr ""
|
||||
|
||||
#: src/log.c:145
|
||||
msgid "y"
|
||||
msgstr ""
|
||||
|
||||
#: src/log.c:145
|
||||
msgid "Y"
|
||||
msgstr ""
|
||||
|
||||
#: src/log.c:146
|
||||
msgid "n"
|
||||
msgstr ""
|
||||
|
||||
#: src/log.c:146
|
||||
msgid "N"
|
||||
msgstr ""
|
||||
|
||||
#: src/log.c:149
|
||||
#, c-format
|
||||
msgid "%s [y/N] "
|
||||
msgstr ""
|
||||
|
||||
#: src/log.c:169
|
||||
msgid "Please answer with y/n"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:62
|
||||
msgid "Program received a segfault"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:81
|
||||
#, c-format
|
||||
msgid "Failed to access paths (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:89
|
||||
msgid "Failed to lock, mc is already running"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:92
|
||||
msgid "Failed to lock, did you mess up your directory permissions?"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:101
|
||||
#, c-format
|
||||
msgid "%s: command failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:105
|
||||
#, c-format
|
||||
msgid "%s: command successful"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:109
|
||||
#, c-format
|
||||
msgid "MatterLinux Configuration Manager (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:110
|
||||
msgid "Different operations are done using different commands\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:113
|
||||
msgid "pull down a configuration"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:116
|
||||
msgid "build the configuration in the current directory"
|
||||
msgstr ""
|
||||
|
||||
#: src/main.c:118
|
||||
msgid ""
|
||||
"Licensed under GPLv3, see <https://www.gnu.org/licenses/> for more "
|
||||
"information"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:28
|
||||
msgid "Please specify a config name or a URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:69
|
||||
#, c-format
|
||||
msgid "Cloning %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:74
|
||||
#, c-format
|
||||
msgid "Failed to clone the %s:"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:85
|
||||
#, c-format
|
||||
msgid "Failed to chdir to %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:98
|
||||
msgid "Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:104
|
||||
msgid "Checking all the targets"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:110
|
||||
#, c-format
|
||||
msgid "Failed to access the source for the target \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:119
|
||||
msgid "All the target checks were successful"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:130
|
||||
msgid "Install the target?"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:131
|
||||
msgid "Skipping target"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:169
|
||||
msgid "Installing all the requirements"
|
||||
msgstr ""
|
||||
|
||||
#: src/pull.c:172
|
||||
msgid "Failed to run the mp-install command"
|
||||
msgstr ""
|
||||
|
||||
#: src/target.c:15
|
||||
msgid "Configuration target is missing a name"
|
||||
msgstr ""
|
||||
|
||||
#: src/target.c:20
|
||||
#, c-format
|
||||
msgid "Configuration target \"%s\" does not have \"dst\" field"
|
||||
msgstr ""
|
||||
|
||||
#: src/target.c:25
|
||||
#, c-format
|
||||
msgid "Configuration target \"%s\" does not have \"src\" field"
|
||||
msgstr ""
|
||||
|
||||
#: src/target.c:40
|
||||
#, c-format
|
||||
msgid "Failed to open the directory: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/target.c:84
|
||||
#, c-format
|
||||
msgid "Source directory \"%s\" does not exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/target.c:121
|
||||
msgid "Target details:\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/target.c:123
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: src/url.c:44
|
||||
msgid "Failed to open /dev/null"
|
||||
msgstr ""
|
||||
|
||||
#: src/url.c:51
|
||||
msgid "Failed to init curl"
|
||||
msgstr ""
|
||||
|
||||
#: src/url.c:63
|
||||
msgid "Request failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/url.c:70
|
||||
msgid "Failed to get the response code"
|
||||
msgstr ""
|
||||
|
||||
#: src/url.c:76
|
||||
msgid "Response is not a redirect"
|
||||
msgstr ""
|
||||
|
||||
#: src/url.c:83
|
||||
msgid "Failed to get the location header"
|
||||
msgstr ""
|
||||
|
||||
#: src/url.c:89
|
||||
msgid "Invalid location header"
|
||||
msgstr ""
|
||||
|
||||
#: src/util.c:115 src/util.c:126
|
||||
#, c-format
|
||||
msgid "Failed to create directory: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/util.c:205
|
||||
#, c-format
|
||||
msgid "Failed to open \"%s\" for reading"
|
||||
msgstr ""
|
||||
|
||||
#: src/util.c:207
|
||||
#, c-format
|
||||
msgid "Failed to open \"%s\" for writing"
|
||||
msgstr ""
|
Reference in New Issue
Block a user