summaryrefslogtreecommitdiffstats
path: root/l10n/ja_JP.php
blob: 25141f59de61ae5aa776ba212351b879871e6641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php $TRANSLATIONS = array(
"News" => "ニュース",
"Can not add feed: Exists already" => "フィードを追加できません: すでに存在します",
"Can not add feed: URL does not exist or has invalid xml" => "フィードを追加できません: URLが存在しない、もしくは無効なXMLです",
"Can not add folder: Exists already" => "フォルダを追加できません: すでに存在します",
"Undo deletion of %s" => "%s の削除を元に戻す",
"Add Website" => "ウェブサイトを追加",
"Error: address exists already!" => "エラー: アドレスはすでに存在します!",
"Error: folder exists already" => "エラー: フォルダはすでに存在します!",
"Address" => "アドレス",
"Add" => "追加",
"New folder" => "新しいフォルダ",
"Folder" => "フォルダ",
"Choose folder" => "フォルダを選択",
"Folder name" => "フォルダ名",
"Back to folder selection" => "フォルダ選択に戻る",
"Create folder" => "フォルダを作成",
"Starred" => "共有",
"Unread articles" => "未読の記事",
"All articles" => "全ての記事",
"Mark read" => "既読としてマーク",
"from" => "から",
"by" => "により",
"Download" => "ダウンロード",
"Keep unread" => "未読のままにする",
"Delete website" => "ウェブサイトを削除",
"Collapse" => "折りたたむ",
"Delete folder" => "フォルダを削除",
"Rename folder" => "フォルダの名前を変更",
"Import / Export OPML" => "OPMLをインポート/エクスポート",
"Import" => "インポート",
"Export" => "エクスポート",
"Error when importing: file does not contain valid OPML" => "インポート中のエラー: ファイルは有効なOPMLを含んでいません",
"Import Google Reader JSON" => "GoogleリーダJSONをインポート",
"To import starred and shared articles from Google \n\t\t\tReader please upload the .json files from the Google Takeout archive" => "Googleからスター付きもしくは共有の記事をインポートするために\n»»»Google Takeoutの書庫から .json ファイルをアップロードしてください",
"Error when importing: file does not contain valid JSON" => "インポート中のエラー: ファイルは有効なJSONを含んでいません",
"Show all" => "全て表示",
"Show only unread" => "未読のみを表示"
);