mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
make -C locale update
This commit is contained in:
parent
4448aeb550
commit
6fbb2fec9c
53 changed files with 2123 additions and 196 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 0.8-224-g4b0ade7\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
||||
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||
"PO-Revision-Date: 2025-02-08 06:22+0000\n"
|
||||
"Last-Translator: Liner Seven <linour7gmekiblo@gmail.com>\n"
|
||||
"Language-Team: Japanese <https://hosted.weblate.org/projects/f-droid/fdroidserver/ja/>\n"
|
||||
|
@ -520,6 +520,11 @@ msgstr "新しいコンテナー「{name}」を作成しました"
|
|||
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||
msgstr "s3cmdの設定用に「{path}」を作成します。"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Creating empty {config_file}"
|
||||
msgstr "「{config_file}」を読み込みます"
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "Creating log directory"
|
||||
msgstr "ログ用のディレクトリーを作成します"
|
||||
|
@ -703,6 +708,16 @@ msgstr "エラー:サポートされていないgitのホスト「%s」です
|
|||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||
msgstr "エラー:{path}の{key}は「archive」でも「repo」でもありません!"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "ERROR: {key} not a valid key!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||
|
@ -727,6 +742,11 @@ msgstr ""
|
|||
msgid "Environment variable {var} from {configname} is not set!"
|
||||
msgstr "{configname}の環境変数 {var} が設定されていません!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Environment variable {{env: {var}}} is not set!"
|
||||
msgstr "{configname}の環境変数 {var} が設定されていません!"
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||
msgstr "「github_releases」を設定する際にエラーが発生しました。{}がありません(まず`fdroid update`を実行する必要があるかもしれません)。"
|
||||
|
@ -973,6 +993,11 @@ msgstr "2024より長いFUNDING.ymlは無視します:%s"
|
|||
msgid "Ignoring bad element in manifest: %s"
|
||||
msgstr "manifestの正しくない要素を無視します:%s"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||
msgstr "{oldfile}は非推奨です。{newfile}を使用してください"
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "Ignoring package without metadata: "
|
||||
msgstr "メタデータのないパッケージは無視します: "
|
||||
|
@ -1343,6 +1368,10 @@ msgstr "「github_releases」の設定項目の1つに「token」の値が設定
|
|||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||
msgstr "画像にはPNGとJPEGのみをサポートします。これが見つかりました:{path}"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Only accepts a single key \"env\""
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/checkupdates.py
|
||||
msgid "Only print differences with the Play Store"
|
||||
msgstr "Play Storeとの違いのみを出力"
|
||||
|
@ -1738,6 +1767,10 @@ msgstr "タグのアップデートモードがgit-svnで使用されました
|
|||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||
msgstr "テストモード - 既に出力が存在する場合でも、一時ディレクトリーに出力し、常にビルドを行います。"
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
|
@ -2835,6 +2868,11 @@ msgstr "{name}「{section}/icons/{path}」がありません!「config.yml」
|
|||
msgid "{oldfile} is deprecated, use {newfile}"
|
||||
msgstr "{oldfile}は非推奨です。{newfile}を使用してください"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import_subcommand.py
|
||||
#, python-brace-format
|
||||
msgid "{path} already exists, ignoring import results!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue