Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update po #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions commafeed-client/src/locales/ja/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ msgstr "APIキー"

#: src/pages/app/CategoryDetailsPage.tsx
msgid "Are you sure you want to delete category <0>{categoryName}</0>?"
msgstr "カテゴリ <0>{categoryName}</0> を削除してもよろしいですか?"
msgstr "カテゴリー <0>{categoryName}</0> を削除してもよろしいですか?"

#: src/pages/admin/AdminUsersPage.tsx
msgid "Are you sure you want to delete user <0>{userName}</0> ?"
Expand Down Expand Up @@ -122,7 +122,7 @@ msgstr "昇順"

#: src/pages/app/FeedDetailsPage.tsx
msgid "Available variables are 'title', 'content', 'url' 'author' and 'categories' and their content is converted to lower case to ease string comparison."
msgstr "使用可能な変数はtitle」、「content」、「url」、「author」、および「categoriesであり、それらのコンテンツは文字列の比較を容易にするために小文字に変換されます。"
msgstr "使用可能な変数は 'title', 'content', 'url' 'author' and 'categories' であり、それらのコンテンツは文字列の比較を容易にするために小文字に変換されます。"

#: src/components/content/add/Subscribe.tsx
msgid "Back"
Expand Down