diff --git a/l10n/ja.js b/l10n/ja.js index a655b7fc..c6991b85 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -10,6 +10,10 @@ OC.L10N.register( "Distraction-free notes and writing" : "集中モードのノートと執筆", "The Notes app is a distraction free notes taking app. It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "ノートアプリは集中モードのメモアプリです。このアプリにはきれいに整理整頓するためにカテゴリー機能があり、[Markdown](https://en.wikipedia.org/wiki/Markdown)記法に対応しています。ノートはNextcloudに保存されるため、すべてのNextcloudクライアントで表示および編集できます。さらに、別の[RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2)を使用すると、サードパーティのアプリに簡単に統合できます。(現在、[Android用のアプリ](https://github.com/stefan-niedermann/nextcloud-notes)と[iOS用のアプリ](https://github.com/owncloud/notes-iOS-App)があります)。 これにより、Nextcloudノートに簡単にアクセスできるようになります。その他の機能として、メモをお気に入りに設定する機能があります。", "Settings" : "設定", + "Deleted {title}" : "{title}を削除しました", + "Deleted {number} notes" : "{number}のメモを削除しました", + "Undo Delete" : "削除取り消し", + "Please chose a valid path in {label} (bottom left corner)." : "{label}(左下)で有効なパスを選択してください。", "There are unsaved notes. Leaving the page will discard all changes!" : "保存されていないノートがあります。このページから移動するとすべての変更は破棄されます。", "Folder to store your notes" : "ノートを保存するフォルダー", "path to notes" : "ノートへのパス", @@ -35,6 +39,8 @@ OC.L10N.register( "Details" : "詳細", "Preview" : "プレビュー", "Edit" : "編集", + "Exit full screen" : "全画面を終了", + "Full screen" : "全画面", "Save failed. Click to retry." : "保存失敗, クリックで再試行", "Set category" : "カテゴリを設定", "Category" : "カテゴリ", @@ -53,14 +59,19 @@ OC.L10N.register( "iOS app" : "iOSアプリ", "Start writing a note by clicking on “{newnote}” in the app navigation." : "アプリのナビゲーションで「{newnote}」をクリックしてメモを書き始めます", "You can create subcategories by using “/” as delimiter between parent category and subcategory, e.g. “{parent}/{sub}”." : "親カテゴリとサブカテゴリの間の区切り文字として「/」を使用して、サブカテゴリを作成できます。 “ {parent} / {sub}”", + "See JavaScript console and server log for details." : "詳細については、JavaScriptコンソールとサーバーログを参照してください。", + "Saving the note has failed due to insufficient storage." : "ストレージ容量が不足しているため、メモの保存に失敗しました。", "Updating settings has failed." : "設定を更新できませんでした。", "Fetching notes has failed." : "ノートを取得できませんでした。", "Fetching note {id} has failed." : "ノート {id} を取得できませんでした", "Creating new note has failed." : "新規ノートを作成できませんでした", "Updating note {id} has failed." : "ノート {id} を更新できませんでした", + "Undo delete has failed for note {title}." : "メモ{title}の削除取り消しに失敗しました。", "Deleting note {id} has failed." : "ノート {id} を削除できませんでした", "Toggling favorite for note {id} has failed." : "お気に入りノート {id} を切り替えできませんでした。", "Updating the note's category has failed. Is the target directory writable?" : "ノートのカテゴリを更新できませんでした。 ターゲットディレクトリは書き込み可能ですか?", - "Updating the category for note {id} has failed." : "ノート{id}のカテゴリを更新できませんでした。" + "Updating the category for note {id} has failed." : "ノート{id}のカテゴリを更新できませんでした。", + "Development Mode" : "開発モード", + "It looks that the notes app was installed from a development source. Please install it from the official Nextcloud App Store instead. If you want to build the Notes app by yourself, please follow the developer instructions." : "ノートアプリが開発ソースからインストールされたようです。公式の Nextcloud App Store からインストールしてください。Notesアプリを自分で作成する場合は、 開発者の指示に従ってください。" }, "nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json index 102703ec..f96c6fc2 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -8,6 +8,10 @@ "Distraction-free notes and writing" : "集中モードのノートと執筆", "The Notes app is a distraction free notes taking app. It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "ノートアプリは集中モードのメモアプリです。このアプリにはきれいに整理整頓するためにカテゴリー機能があり、[Markdown](https://en.wikipedia.org/wiki/Markdown)記法に対応しています。ノートはNextcloudに保存されるため、すべてのNextcloudクライアントで表示および編集できます。さらに、別の[RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2)を使用すると、サードパーティのアプリに簡単に統合できます。(現在、[Android用のアプリ](https://github.com/stefan-niedermann/nextcloud-notes)と[iOS用のアプリ](https://github.com/owncloud/notes-iOS-App)があります)。 これにより、Nextcloudノートに簡単にアクセスできるようになります。その他の機能として、メモをお気に入りに設定する機能があります。", "Settings" : "設定", + "Deleted {title}" : "{title}を削除しました", + "Deleted {number} notes" : "{number}のメモを削除しました", + "Undo Delete" : "削除取り消し", + "Please chose a valid path in {label} (bottom left corner)." : "{label}(左下)で有効なパスを選択してください。", "There are unsaved notes. Leaving the page will discard all changes!" : "保存されていないノートがあります。このページから移動するとすべての変更は破棄されます。", "Folder to store your notes" : "ノートを保存するフォルダー", "path to notes" : "ノートへのパス", @@ -33,6 +37,8 @@ "Details" : "詳細", "Preview" : "プレビュー", "Edit" : "編集", + "Exit full screen" : "全画面を終了", + "Full screen" : "全画面", "Save failed. Click to retry." : "保存失敗, クリックで再試行", "Set category" : "カテゴリを設定", "Category" : "カテゴリ", @@ -51,14 +57,19 @@ "iOS app" : "iOSアプリ", "Start writing a note by clicking on “{newnote}” in the app navigation." : "アプリのナビゲーションで「{newnote}」をクリックしてメモを書き始めます", "You can create subcategories by using “/” as delimiter between parent category and subcategory, e.g. “{parent}/{sub}”." : "親カテゴリとサブカテゴリの間の区切り文字として「/」を使用して、サブカテゴリを作成できます。 “ {parent} / {sub}”", + "See JavaScript console and server log for details." : "詳細については、JavaScriptコンソールとサーバーログを参照してください。", + "Saving the note has failed due to insufficient storage." : "ストレージ容量が不足しているため、メモの保存に失敗しました。", "Updating settings has failed." : "設定を更新できませんでした。", "Fetching notes has failed." : "ノートを取得できませんでした。", "Fetching note {id} has failed." : "ノート {id} を取得できませんでした", "Creating new note has failed." : "新規ノートを作成できませんでした", "Updating note {id} has failed." : "ノート {id} を更新できませんでした", + "Undo delete has failed for note {title}." : "メモ{title}の削除取り消しに失敗しました。", "Deleting note {id} has failed." : "ノート {id} を削除できませんでした", "Toggling favorite for note {id} has failed." : "お気に入りノート {id} を切り替えできませんでした。", "Updating the note's category has failed. Is the target directory writable?" : "ノートのカテゴリを更新できませんでした。 ターゲットディレクトリは書き込み可能ですか?", - "Updating the category for note {id} has failed." : "ノート{id}のカテゴリを更新できませんでした。" + "Updating the category for note {id} has failed." : "ノート{id}のカテゴリを更新できませんでした。", + "Development Mode" : "開発モード", + "It looks that the notes app was installed from a development source. Please install it from the official Nextcloud App Store instead. If you want to build the Notes app by yourself, please follow the developer instructions." : "ノートアプリが開発ソースからインストールされたようです。公式の Nextcloud App Store からインストールしてください。Notesアプリを自分で作成する場合は、 開発者の指示に従ってください。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file