From c98969e78bbb3839d93e5e2ece7f03fce44548d5 Mon Sep 17 00:00:00 2001 From: hasansezertasan Date: Fri, 1 Mar 2024 02:46:00 +0300 Subject: [PATCH] Locale initialized. --- .../locales/tr_TR/LC_MESSAGES/messages.po | 193 ++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 fastapi_admin/locales/tr_TR/LC_MESSAGES/messages.po diff --git a/fastapi_admin/locales/tr_TR/LC_MESSAGES/messages.po b/fastapi_admin/locales/tr_TR/LC_MESSAGES/messages.po new file mode 100644 index 0000000..622e764 --- /dev/null +++ b/fastapi_admin/locales/tr_TR/LC_MESSAGES/messages.po @@ -0,0 +1,193 @@ +# Turkish translations for FastAPI Admin. +# Copyright (C) 2021 ORGANIZATION +# This file is distributed under the same license as the FastAPI Admin project. +# FIRST AUTHOR , 2021. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2021-08-06 23:07+0800\n" +"PO-Revision-Date: 2024-03-01 02:39+0300\n" +"Last-Translator: Hasan Sezer Taşan \n" +"Language: tr_TR\n" +"Language-Team: tr_TR \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" + +#: fastapi_admin/resources.py:91 +msgid "create" +msgstr "Create" + +#: fastapi_admin/resources.py:112 +msgid "update" +msgstr "Update" + +#: fastapi_admin/resources.py:114 +msgid "delete" +msgstr "Delete" + +#: fastapi_admin/resources.py:120 +msgid "delete_selected" +msgstr "Delete Selected" + +#: fastapi_admin/providers/login.py:90 +msgid "login_failed" +msgstr "Login to your account failed" + +#: fastapi_admin/providers/login.py:161 +msgid "confirm_password_different" +msgstr "Password is different" + +#: fastapi_admin/providers/login.py:196 +msgid "old_password_error" +msgstr "Old password error" + +#: fastapi_admin/providers/login.py:198 +msgid "new_password_different" +msgstr "New password is different" + +#: fastapi_admin/templates/create.html:14 +#: fastapi_admin/templates/update.html:16 +msgid "save" +msgstr "Save" + +#: fastapi_admin/templates/create.html:16 +msgid "save_and_add_another" +msgstr "Save and add another" + +#: fastapi_admin/templates/create.html:18 +#: fastapi_admin/templates/update.html:29 +msgid "return" +msgstr "Return" + +#: fastapi_admin/templates/init.html:10 +msgid "Create first admin" +msgstr "" + +#: fastapi_admin/templates/init.html:12 +#: fastapi_admin/templates/providers/login/login.html:44 +msgid "username" +msgstr "Username" + +#: fastapi_admin/templates/init.html:14 +msgid "username_placeholder" +msgstr "Enter username" + +#: fastapi_admin/templates/init.html:18 +#: fastapi_admin/templates/providers/login/login.html:54 +msgid "password" +msgstr "Password" + +#: fastapi_admin/templates/init.html:23 +msgid "password_placeholder" +msgstr "Enter password" + +#: fastapi_admin/templates/init.html:31 +msgid "confirm_password" +msgstr "Enter password again" + +#: fastapi_admin/templates/init.html:36 +msgid "confirm_password_placeholder" +msgstr "Enter password again" + +#: fastapi_admin/templates/init.html:43 +#: fastapi_admin/templates/providers/login/password.html:32 +msgid "submit" +msgstr "Submit" + +#: fastapi_admin/templates/list.html:13 +msgid "show" +msgstr "Show" + +#: fastapi_admin/templates/list.html:24 +msgid "entries" +msgstr "" + +#: fastapi_admin/templates/list.html:33 +msgid "search" +msgstr "Search" + +#: fastapi_admin/templates/list.html:46 +msgid "bulk_actions" +msgstr "Bulk Actions" + +#: fastapi_admin/templates/list.html:125 +msgid "actions" +msgstr "Actions" + +#: fastapi_admin/templates/list.html:156 +#, python-format +msgid "Showing %(from)s to %(to)s of %(total)s entries" +msgstr "" + +#: fastapi_admin/templates/list.html:167 +msgid "prev_page" +msgstr "Prev" + +#: fastapi_admin/templates/list.html:188 +msgid "next_page" +msgstr "Next" + +#: fastapi_admin/templates/update.html:23 +msgid "save_and_return" +msgstr "Save and return" + +#: fastapi_admin/templates/errors/403.html:21 +#: fastapi_admin/templates/errors/404.html:21 +#: fastapi_admin/templates/errors/500.html:21 +msgid "return_home" +msgstr "Take me home" + +#: fastapi_admin/templates/providers/login/avatar.html:18 +#: fastapi_admin/templates/providers/login/password.html:6 +msgid "update_password" +msgstr "Update password" + +#: fastapi_admin/templates/providers/login/avatar.html:24 +msgid "logout" +msgstr "Logout" + +#: fastapi_admin/templates/providers/login/login.html:49 +msgid "login_username_placeholder" +msgstr "Enter username" + +#: fastapi_admin/templates/providers/login/login.html:59 +msgid "login_password_placeholder" +msgstr "Enter password" + +#: fastapi_admin/templates/providers/login/login.html:75 +msgid "remember_me" +msgstr "Remember me" + +#: fastapi_admin/templates/providers/login/login.html:80 +msgid "sign_in" +msgstr "Sign in" + +#: fastapi_admin/templates/providers/login/password.html:12 +msgid "old_password" +msgstr "Old password" + +#: fastapi_admin/templates/providers/login/password.html:15 +msgid "old_password_placeholder" +msgstr "Enter old password" + +#: fastapi_admin/templates/providers/login/password.html:19 +msgid "new_password" +msgstr "New password" + +#: fastapi_admin/templates/providers/login/password.html:22 +msgid "new_password_placeholder" +msgstr "Enter new password" + +#: fastapi_admin/templates/providers/login/password.html:26 +msgid "re_new_password" +msgstr "Confirm new password" + +#: fastapi_admin/templates/providers/login/password.html:29 +msgid "re_new_password_placeholder" +msgstr "Enter new password again" +