mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-07 07:46:05 +01:00
35 lines
1.7 KiB
JavaScript
35 lines
1.7 KiB
JavaScript
OC.L10N.register(
|
|
"bookmarks",
|
|
{
|
|
"Bookmarks" : "ブックマーク",
|
|
"Bookm." : "ブックマーク",
|
|
"No file provided for import" : "インポートするファイルが指定されていません",
|
|
"Unsupported file type for import" : "インポートでは未サポートのファイルタイプ",
|
|
"Error" : "エラー",
|
|
"Filter by tag" : "タグによるフィルタ",
|
|
"Warning" : "警告",
|
|
"Tags" : "タグ",
|
|
"Are you sure you want to remove this tag from every entry?" : "すべてのエントリからこのタグを削除してもよろしいですか?",
|
|
"Import error" : "インポートエラー",
|
|
"Import completed successfully." : "インポートは正常に完了しました。",
|
|
"Uploading..." : "アップロード中...",
|
|
"Add a bookmark" : "ブックマークを追加",
|
|
"The title of the page" : "ページのタイトル",
|
|
"The address of the page" : "ページのアドレス",
|
|
"Description of the page" : "ページの説明",
|
|
"Save" : "保存",
|
|
"Delete" : "削除",
|
|
"Edit" : "編集",
|
|
"Cancel" : "キャンセル",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" : "Webページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:",
|
|
"Add to ownCloud" : "ownCloud に追加",
|
|
"Address" : "アドレス",
|
|
"Add" : "追加",
|
|
"You have no bookmarks" : "ブックマークがありません",
|
|
"Bookmarklet" : "ブックマークレット",
|
|
"Export & Import" : "エクスポート&インポート",
|
|
"Export" : "エクスポート",
|
|
"Import" : "インポート"
|
|
},
|
|
"nplurals=1; plural=0;");
|