diff options
| author | Bobby <[email protected]> | 2025-05-20 08:08:56 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-05-20 08:08:56 +0530 |
| commit | 0686a7fa66f7ae173045d73e60fbdcdac7349ea8 (patch) | |
| tree | 6fc58a2d744ab1dfd12cc8346009e9d49a6843e2 /locale | |
| parent | 85bef77e0d2810dfc63807ed62e8c222f05aabf4 (diff) | |
| download | thatcomputerscientist-0686a7fa66f7ae173045d73e60fbdcdac7349ea8.tar.xz thatcomputerscientist-0686a7fa66f7ae173045d73e60fbdcdac7349ea8.zip | |
moving older templates to `templates.old` temporarily; auth module; user profile middleware; localegen generator
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/ja/LC_MESSAGES/django.po | 57 |
1 files changed, 24 insertions, 33 deletions
diff --git a/locale/ja/LC_MESSAGES/django.po b/locale/ja/LC_MESSAGES/django.po index 1cd18f8d..77b68e97 100644 --- a/locale/ja/LC_MESSAGES/django.po +++ b/locale/ja/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-20 00:57+0000\n" +"POT-Creation-Date: 2025-05-20 01:39+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,40 +17,31 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: templates/_partials/left_sidebar.html:11 +msgid "Username" +msgstr "ユーザー名" -#: templates/blog/home.html:8 +#: templates/_partials/left_sidebar.html:12 +msgid "Password" +msgstr "パスワード" + +#: templates/_partials/left_sidebar.html:27 #, python-format -msgid "" -"\n" -" <p>\n" -" Welcome to the home of <b>Shifoo</b> (previously <i>That Computer " -"Scientist</i>). My name is <a href=\"%(bobby_profile_url)s\">@bobby</a>, and " -"this is my personal\n" -" website. I aim to build a retro looking personal website, where I share " -"my thoughts, ideas, and experiences through articles, and will showcase some " -"cool nostalgic features and tools.\n" -" </p>\n" -" <p>\n" -" Please note that I am continuously working on this site, and it is still " -"under construction. So, not all features are available yet, and some " -"features may not work as intended.\n" -" </p>\n" -" <p>\n" -" There's also a some of <a href=\"#fun-stuff\">fun stuff</a> you can find " -"in the sidebar, that you can play around with. I will be adding more in the " -"not so distant future.\n" -" Also, To participate around various sections of the site, you will need " -"to <a href=\"%(register_url)s\">register</a> for an account. I hope you " -"enjoy your stay here.\n" -" </p>\n" -" " -msgstr "" +msgid "Hello, %(username)s" +msgstr "こんにちは、%(username)sさん" -#: thatcomputerscientist/settings.py:231 -msgid "English" -msgstr "" +#: templates/_partials/left_sidebar.html:34 +msgid "Journals" +msgstr "ジャーナル" -#: thatcomputerscientist/settings.py:232 -msgid "Japanese" -msgstr "" +#: templates/_partials/left_sidebar.html:38 +msgid "The Pagoda Realm" +msgstr "パゴダレルム" + +#: templates/_partials/left_sidebar.html:42 +msgid "My Page" +msgstr "マイページ" +#: templates/_partials/left_sidebar.html:46 +msgid "Logout" +msgstr "ログアウト" |
