Stirling-PDF/src/main/resources/messages_ja_JP.properties

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1388 lines
62 KiB
Properties
Raw Normal View History

2024-02-18 13:30:56 +00:00
###########
2023-06-12 14:56:05 +09:00
# Generic #
###########
# the direction that the language is written (ltr = left to right, rtl = right to left)
2023-06-12 14:56:05 +09:00
language.direction=ltr
addPageNumbers.fontSize=フォントサイズ
addPageNumbers.fontName=フォント名
2023-06-12 14:56:05 +09:00
pdfPrompt=PDFを選択
multiPdfPrompt=PDFを選択 (2つ以上)
multiPdfDropPrompt=PDFを選択 (又はドラッグ&ドロップ)
imgPrompt=画像を選択
genericSubmit=送信
processTimeWarning=警告:この処理はファイルサイズによって1分程度かかることがあります
pageOrderPrompt=ページ順序 (ページ番号をカンマ区切り又は2n+1のような関数で入力):
pageSelectionPrompt=カスタムページ選択(ページ番号1、5、6または2n + 1などの関数のコンマ区切りリストを入力します):
2023-06-12 14:56:05 +09:00
goToPage=移動
true=
false=
2023-06-12 14:56:05 +09:00
unknown=不明
save=保存
saveToBrowser=ブラウザへ保存
2023-06-12 14:56:05 +09:00
close=閉じる
filesSelected=選択されたファイル
noFavourites=お気に入りはありません
downloadComplete=ダウンロード完了
2023-07-24 23:12:33 +01:00
bored=待ち時間が退屈
alphabet=アルファベット
2023-07-24 23:53:52 +01:00
downloadPdf=PDFをダウンロード
text=テキスト
font=フォント
selectFillter=-- 選択 --
pageNum=ページ番号
sizes.small=
sizes.medium=
sizes.large=
sizes.x-large=特大
2023-07-24 23:53:52 +01:00
error.pdfPassword=PDFにパスワードが設定されてますが、パスワードが入力されてないか間違ってます。
delete=削除
username=ユーザー名
password=パスワード
welcome=ようこそ
property=プロパティ
black=
white=
red=
green=
blue=
custom=カスタム...
WorkInProgess=作業中です。動作しないまたはバグがある可能性があります。問題があれば報告してください!
2024-01-04 20:59:52 +00:00
poweredBy=Powered by
yes=はい
no=いいえ
2023-10-30 09:21:02 +09:00
changedCredsMessage=資格情報が変更されました!
notAuthenticatedMessage=ユーザーが認証されていません。
userNotFoundMessage=ユーザーが見つかりません。
incorrectPasswordMessage=現在のパスワードが正しくありません。
usernameExistsMessage=新しいユーザー名はすでに存在します。
invalidUsernameMessage=ユーザー名が無効です。ユーザー名には文字、数字、およびそれに続く特殊文字 @._+- のみを含めることができます。または、有効な電子メール アドレスである必要があります。
2024-12-13 13:23:26 +09:00
invalidPasswordMessage=パスワードは空にすることはできません。また、先頭・末尾にスペースを含めることもできません。
confirmPasswordErrorMessage=新しいパスワードと新しいパスワードの確認は一致する必要があります。
deleteCurrentUserMessage=現在ログインしているユーザーは削除できません。
deleteUsernameExistsMessage=そのユーザー名は存在しないため削除できません。
downgradeCurrentUserMessage=現在のユーザーの役割をダウングレードできません
2024-12-13 13:23:26 +09:00
disabledCurrentUserMessage=現在のユーザーを無効にすることはできません
downgradeCurrentUserLongMessage=現在のユーザーの役割をダウングレードできません。したがって、現在のユーザーは表示されません。
userAlreadyExistsOAuthMessage=ユーザーは既にOAuth2ユーザーとして存在します。
userAlreadyExistsWebMessage=ユーザーは既にWebユーザーとして存在します。
error=エラー
oops=おっと!
help=ヘルプ
goHomepage=ホームページへ移動
joinDiscord=Discordサーバーに参加する
seeDockerHub=Docker Hubを見る
visitGithub=Githubリポジトリを訪問する
donate=寄付する
color=
sponsor=スポンサー
2024-05-05 15:23:42 +04:00
info=Info
2024-12-13 13:23:26 +09:00
pro=pro
page=ページ
pages=ページ
loading=読込中...
addToDoc=ドキュメントに追加
reset=リセット
apply=Apply
legal.privacy=プライバシーポリシー
legal.terms=利用規約
legal.accessibility=アクセシビリティ
legal.cookie=Cookieポリシー
legal.impressum=著作権利者情報
2024-02-11 11:47:00 -05:00
2024-01-01 14:19:22 +00:00
###############
# Pipeline #
###############
2024-12-13 13:23:26 +09:00
pipeline.header=パイプラインメニュー (Beta)
pipeline.uploadButton=カスタムのアップロード
pipeline.configureButton=設定
pipeline.defaultOption=カスタム
pipeline.submitButton=送信
pipeline.help=パイプラインのヘルプ
pipeline.scanHelp=フォルダ スキャンのヘルプ
pipeline.deletePrompt=パイプラインを削除してもよろしいですか
2024-02-11 11:47:00 -05:00
2024-01-01 14:19:22 +00:00
######################
# Pipeline Options #
######################
pipelineOptions.header=パイプライン設定
pipelineOptions.pipelineNameLabel=パイプライン名
pipelineOptions.saveSettings=動作設定の保存
pipelineOptions.pipelineNamePrompt=ここにパイプライン名を入力
pipelineOptions.selectOperation=動作の選択
pipelineOptions.addOperationButton=動作の追加
pipelineOptions.pipelineHeader=パイプライン:
pipelineOptions.saveButton=ダウンロード
pipelineOptions.validateButton=検証
2024-02-11 11:47:00 -05:00
2024-10-14 22:34:41 +01:00
########################
# ENTERPRISE EDITION #
########################
2024-12-13 13:23:26 +09:00
enterpriseEdition.button=Proにアップグレード
enterpriseEdition.warning=この機能はProユーザーのみが利用できます。
enterpriseEdition.yamlAdvert=Stirling PDF Proは、YAML構成ファイルやその他のSSO機能をサポートしています。
enterpriseEdition.ssoAdvert=より多くのユーザー管理機能をお探しですか? Stirling PDF Proをご覧ください
2024-10-14 22:34:41 +01:00
#################
# Analytics #
#################
2024-12-13 13:23:26 +09:00
analytics.title=Stirling PDFをもっと良くしたいですか
analytics.paragraph1=Stirling PDFでは、製品の改善に役立つ分析機能をオプトインしています。個人情報やファイルの内容を追跡することはありません。
analytics.paragraph2=Stirling-PDFの成長を支援しユーザーをより深く理解できるように分析を有効にすることを検討してください。
analytics.enable=分析を有効にする
analytics.disable=分析を無効にする
analytics.settings=config/settings.ymlファイルでアナリティクスの設定を変更できます。
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#############
# NAVBAR #
#############
navbar.favorite=お気に入り
:globe_with_meridians: Sync Translations + Update README Progress Table + Update Verification Metadata (#2819) ### Description of Changes This Pull Request was automatically generated to synchronize updates to translation files, verification metadata, and documentation. Below are the details of the changes made: #### **1. Synchronization of Translation Files** - Updated translation files (`messages_*.properties`) to reflect changes in the reference file `messages_en_GB.properties`. - Ensured consistency and synchronization across all supported language files. - Highlighted any missing or incomplete translations. #### **2. Update README.md** - Generated the translation progress table in `README.md`. - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. #### **3. Verification Metadata Updates** - Generated or refreshed the `verification-keyring.keys` and `verification-metadata.xml` files. - Included the latest dependency signatures and checksums to enhance the build's integrity. #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. - Strengthens dependency verification for a more secure build process. --- Auto-generated by [create-pull-request][1]. [1]: https://github.com/peter-evans/create-pull-request --------- Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-30 19:03:53 +00:00
navbar.recent=New and recently updated
2023-06-12 14:56:05 +09:00
navbar.darkmode=ダークモード
navbar.language=言語
2023-07-24 23:53:52 +01:00
navbar.settings=設定
navbar.allTools=ツール
navbar.multiTool=マルチツール
2024-12-13 13:23:26 +09:00
navbar.search=検索
navbar.sections.organize=整理
navbar.sections.convertTo=PDFへ変換
navbar.sections.convertFrom=PDFから変換
navbar.sections.security=署名とセキュリティ
navbar.sections.advance=アドバンスド
navbar.sections.edit=閲覧と編集
2024-12-13 13:23:26 +09:00
navbar.sections.popular=人気
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#############
# SETTINGS #
#############
settings.title=設定
settings.update=利用可能なアップデート
settings.updateAvailable=バージョン {0} がインストールされています。 新しいバージョン ({1}) が利用可能です。
2023-07-24 23:53:52 +01:00
settings.appVersion=Appバージョン:
settings.downloadOption.title=ダウンロードオプション (zip以外の単一ファイル):
settings.downloadOption.1=同じウィンドウで開く
settings.downloadOption.2=新しいウィンドウで開く
settings.downloadOption.3=ファイルをダウンロード
settings.zipThreshold=このファイル数を超えたときにファイルを圧縮する
settings.signOut=サインアウト
settings.accountSettings=アカウント設定
settings.bored.help=イースターエッグゲームを有効にする
settings.cacheInputs.name=フォームの入力を保存する
settings.cacheInputs.help=以前使用した入力を保存し、次回から使用できるようにする。
2024-02-11 11:47:00 -05:00
2023-10-30 09:21:02 +09:00
changeCreds.title=資格情報の変更
changeCreds.header=アカウントの詳細を更新する
changeCreds.changePassword=デフォルトのログイン認証情報を使用しています。新しいパスワードを入力してください
2023-10-30 09:21:02 +09:00
changeCreds.newUsername=新しいユーザー名
changeCreds.oldPassword=現在のパスワード
changeCreds.newPassword=新しいパスワード
changeCreds.confirmNewPassword=新しいパスワードの確認
changeCreds.submit=変更を送信
2024-02-11 11:47:00 -05:00
account.title=アカウント設定
account.accountSettings=アカウント設定
account.adminSettings=管理者設定 - ユーザーの表示と追加
account.userControlSettings=ユーザー制御設定
account.changeUsername=ユーザー名を変更
account.newUsername=新しいユーザーネーム
account.password=確認用パスワード
account.oldPassword=旧パスワード
account.newPassword=新パスワード
account.changePassword=パスワードの変更
account.confirmNewPassword=新パスワードの確認
account.signOut=サインアウト
account.yourApiKey=あなたのAPIキー
account.syncTitle=ブラウザ設定をアカウントと同期する
account.settingsCompare=設定比較:
account.property=プロパティ
account.webBrowserSettings=Webブラウザ設定
account.syncToBrowser=アカウントの同期 -> ブラウザ
account.syncToAccount=アカウントの同期 <- ブラウザ
2024-02-11 11:47:00 -05:00
adminUserSettings.title=ユーザー制御設定
adminUserSettings.header=管理者ユーザー制御設定
adminUserSettings.admin=管理者
adminUserSettings.user=ユーザー
adminUserSettings.addUser=新しいユーザを追加
adminUserSettings.deleteUser=ユーザの削除
adminUserSettings.confirmDeleteUser=ユーザを本当に削除しますか?
2024-12-13 13:23:26 +09:00
adminUserSettings.confirmChangeUserStatus=ユーザーを無効/有効にする必要がありますか?
adminUserSettings.usernameInfo=ユーザー名には、文字、数字、および次の特殊文字 @._+- のみを含めることができます。または、有効な電子メール アドレスである必要があります。
adminUserSettings.roles=役割
adminUserSettings.role=役割
adminUserSettings.actions=アクション
adminUserSettings.apiUser=限定されたAPIユーザー
adminUserSettings.extraApiUser=追加の制限付きAPIユーザー
adminUserSettings.webOnlyUser=ウェブ専用ユーザー
adminUserSettings.demoUser=デモユーザー (カスタム設定なし)
adminUserSettings.internalApiUser=内部APIユーザー
2023-10-30 09:21:02 +09:00
adminUserSettings.forceChange=ログイン時にユーザー名/パスワードを強制的に変更する
adminUserSettings.submit=ユーザーの保存
adminUserSettings.changeUserRole=ユーザーの役割を変更する
adminUserSettings.authenticated=認証済
adminUserSettings.editOwnProfil=プロフィールの編集
adminUserSettings.enabledUser=有効なユーザー
adminUserSettings.disabledUser=無効なユーザー
adminUserSettings.activeUsers=アクティブユーザー:
adminUserSettings.disabledUsers=無効なユーザー:
adminUserSettings.totalUsers=ユーザー合計:
adminUserSettings.lastRequest=最後のリクエスト
2024-02-11 11:47:00 -05:00
database.title=データベースのインポート/エクスポート
database.header=データベースのインポート/エクスポート
database.fileName=ファイル名
database.creationDate=作成日
database.fileSize=ファイルサイズ
database.deleteBackupFile=バックアップファイルの削除
database.importBackupFile=バックアップファイルをインポート
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
database.createBackupFile=バックアップファイルの作成
database.downloadBackupFile=バックアップファイルをダウンロード
database.info_1=データをインポートする際には、正しい構造を確保することが極めて重要です。不明な点がある場合は、専門家のアドバイスやサポートを受けてください。構造上のエラーは、アプリケーションの誤動作を引き起こす可能性があります。
database.info_2=ファイル名はアップロード時には関係ありません。アップロード後にbackup_user_yyyyMMddHHmm.sqlという形式にリネームされ、一貫した命名規則が保証されます。
database.submit=バックアップをインポート
database.importIntoDatabaseSuccessed=データベースへのインポートに成功
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
database.backupCreated=データベースのバックアップに成功しました
database.fileNotFound=ファイルが見つかりません
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
database.fileNullOrEmpty=ファイルはnullまたは空であってはなりません
database.failedImportFile=ファイルのインポートに失敗
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
database.notSupported=この機能はデータベース接続では使用できません。
2024-12-13 13:23:26 +09:00
session.expired=セッションが期限切れです。ページを更新してもう一度お試しください。
session.refreshPage=ページを更新
2024-10-14 22:34:41 +01:00
2023-07-24 23:53:52 +01:00
#############
# HOME-PAGE #
#############
home.desc=PDFのあらゆるニーズに対応するローカルホスティングされた総合窓口です。
2023-10-30 09:21:02 +09:00
home.searchBar=機能検索...
2024-02-11 11:47:00 -05:00
name change for view PDF to view/edit PDF (#2988) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details.
2025-02-18 17:54:48 +00:00
home.viewPdf.title=View/Edit PDF
2023-10-30 09:21:02 +09:00
home.viewPdf.desc=表示、注釈、テキストや画像の追加
2023-10-28 12:12:54 +01:00
viewPdf.tags=view,read,annotate,text,image
2024-02-11 11:47:00 -05:00
:globe_with_meridians: Sync Translations + Update README Progress Table + Update Verification Metadata (#2819) ### Description of Changes This Pull Request was automatically generated to synchronize updates to translation files, verification metadata, and documentation. Below are the details of the changes made: #### **1. Synchronization of Translation Files** - Updated translation files (`messages_*.properties`) to reflect changes in the reference file `messages_en_GB.properties`. - Ensured consistency and synchronization across all supported language files. - Highlighted any missing or incomplete translations. #### **2. Update README.md** - Generated the translation progress table in `README.md`. - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. #### **3. Verification Metadata Updates** - Generated or refreshed the `verification-keyring.keys` and `verification-metadata.xml` files. - Included the latest dependency signatures and checksums to enhance the build's integrity. #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. - Strengthens dependency verification for a more secure build process. --- Auto-generated by [create-pull-request][1]. [1]: https://github.com/peter-evans/create-pull-request --------- Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-30 19:03:53 +00:00
home.setFavorites=Set Favourites
home.hideFavorites=Hide Favourites
home.showFavorites=Show Favourites
home.legacyHomepage=Old homepage
home.newHomePage=Try our new homepage!
home.alphabetical=Alphabetical
home.globalPopularity=Global Popularity
:globe_with_meridians: Sync Translations + Update README Progress Table + Update Verification Metadata (#2860) ### Description of Changes This Pull Request was automatically generated to synchronize updates to translation files, verification metadata, and documentation. Below are the details of the changes made: #### **1. Synchronization of Translation Files** - Updated translation files (`messages_*.properties`) to reflect changes in the reference file `messages_en_GB.properties`. - Ensured consistency and synchronization across all supported language files. - Highlighted any missing or incomplete translations. #### **2. Update README.md** - Generated the translation progress table in `README.md`. - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. #### **3. Verification Metadata Updates** - Generated or refreshed the `verification-keyring.keys` and `verification-metadata.xml` files. - Included the latest dependency signatures and checksums to enhance the build's integrity. #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. - Strengthens dependency verification for a more secure build process. --- Auto-generated by [create-pull-request][1]. [1]: https://github.com/peter-evans/create-pull-request --------- Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-03 10:51:40 +00:00
home.sortBy=Sort by:
:globe_with_meridians: Sync Translations + Update README Progress Table + Update Verification Metadata (#2819) ### Description of Changes This Pull Request was automatically generated to synchronize updates to translation files, verification metadata, and documentation. Below are the details of the changes made: #### **1. Synchronization of Translation Files** - Updated translation files (`messages_*.properties`) to reflect changes in the reference file `messages_en_GB.properties`. - Ensured consistency and synchronization across all supported language files. - Highlighted any missing or incomplete translations. #### **2. Update README.md** - Generated the translation progress table in `README.md`. - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. #### **3. Verification Metadata Updates** - Generated or refreshed the `verification-keyring.keys` and `verification-metadata.xml` files. - Included the latest dependency signatures and checksums to enhance the build's integrity. #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. - Strengthens dependency verification for a more secure build process. --- Auto-generated by [create-pull-request][1]. [1]: https://github.com/peter-evans/create-pull-request --------- Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-30 19:03:53 +00:00
2023-06-12 14:56:05 +09:00
home.multiTool.title=PDFマルチツール
home.multiTool.desc=ページの結合、回転、並べ替え、削除します。
2023-07-24 23:53:52 +01:00
multiTool.tags=Multi Tool,Multi operation,UI,click drag,front end,client side,interactive,intractable,move
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.merge.title=結合
home.merge.desc=複数のPDFを1つに結合します。
2023-07-24 23:53:52 +01:00
merge.tags=merge,Page operations,Back end,server side
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.split.title=分割
home.split.desc=PDFを複数のドキュメントに分割します。
2023-08-06 13:02:15 +01:00
split.tags=Page operations,divide,Multi Page,cut,server side
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.rotate.title=回転
home.rotate.desc=PDFを回転します。
2023-07-24 23:53:52 +01:00
rotate.tags=server side
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.imageToPdf.title=画像をPDFに変換
home.imageToPdf.desc=画像 (PNG, JPEG, GIF) をPDFに変換します。
2023-07-24 23:53:52 +01:00
imageToPdf.tags=conversion,img,jpg,picture,photo
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.pdfToImage.title=PDFを画像に変換
home.pdfToImage.desc=PDFを画像 (PNG, JPEG, GIF) に変換します。
2023-07-24 23:53:52 +01:00
pdfToImage.tags=conversion,img,jpg,picture,photo
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.pdfOrganiser.title=整理
home.pdfOrganiser.desc=ページの削除/並べ替えします。
2023-07-24 23:53:52 +01:00
pdfOrganiser.tags=duplex,even,odd,sort,move
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.addImage.title=画像の追加
home.addImage.desc=PDF上の任意の場所に画像を追加します。
2023-07-24 23:53:52 +01:00
addImage.tags=img,jpg,picture,photo
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.watermark.title=透かしの追加
home.watermark.desc=PDFに独自の透かしを追加します。
2023-07-24 23:53:52 +01:00
watermark.tags=Text,repeating,label,own,copyright,trademark,img,jpg,picture,photo
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.permissions.title=権限の変更
home.permissions.desc=PDFの権限を変更します。
2023-07-24 23:53:52 +01:00
permissions.tags=read,write,edit,print
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.removePages.title=削除
home.removePages.desc=PDFから不要なページを削除します。
2023-07-24 23:53:52 +01:00
removePages.tags=Remove pages,delete pages
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.addPassword.title=パスワードの追加
home.addPassword.desc=PDFをパスワードで暗号化します。
2023-07-24 23:53:52 +01:00
addPassword.tags=secure,security
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.removePassword.title=パスワードの削除
home.removePassword.desc=PDFからパスワードの削除します。
2023-07-24 23:53:52 +01:00
removePassword.tags=secure,Decrypt,security,unpassword,delete password
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.compressPdfs.title=圧縮
home.compressPdfs.desc=PDFを圧縮してファイルサイズを小さくします。
2023-07-24 23:53:52 +01:00
compressPdfs.tags=squish,small,tiny
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.changeMetadata.title=メタデータの変更
home.changeMetadata.desc=PDFのメタデータを変更/削除/追加します。
2024-08-23 23:55:01 +02:00
changeMetadata.tags=Title,author,date,creation,time,publisher,producer,stats
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.fileToPDF.title=ファイルをPDFに変換
home.fileToPDF.desc=ほぼすべてのファイルをPDFに変換します。 (DOCX, PNG, XLS, PPT, TXTなど)
2023-07-24 23:53:52 +01:00
fileToPDF.tags=transformation,format,document,picture,slide,text,conversion,office,docs,word,excel,powerpoint
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.ocr.title=OCR / クリーンアップ
home.ocr.desc=クリーンアップはPDF内の画像からテキストを検出してテキストとして再追加します。
2023-07-24 23:53:52 +01:00
ocr.tags=recognition,text,image,scan,read,identify,detection,editable
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.extractImages.title=画像の抽出
home.extractImages.desc=PDFからすべての画像を抽出してzipで保存します。
2023-07-24 23:53:52 +01:00
extractImages.tags=picture,photo,save,archive,zip,capture,grab
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.pdfToPDFA.title=PDFをPDF/Aに変換
home.pdfToPDFA.desc=長期保存のためにPDFをPDF/Aに変換。
2023-07-24 23:53:52 +01:00
pdfToPDFA.tags=archive,long-term,standard,conversion,storage,preservation
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.PDFToWord.title=PDFをWordに変換
home.PDFToWord.desc=PDFをWord形式に変換します。 (DOC, DOCX および ODT)
2023-07-24 23:53:52 +01:00
PDFToWord.tags=doc,docx,odt,word,transformation,format,conversion,office,microsoft,docfile
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.PDFToPresentation.title=PDFをプレゼンテーションに変換
home.PDFToPresentation.desc=PDFをプレゼンテーション形式に変換します。 (PPT, PPTX および ODP)
2023-07-24 23:53:52 +01:00
PDFToPresentation.tags=slides,show,office,microsoft
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.PDFToText.title=PDFをText/RTFに変換
home.PDFToText.desc=PDFをTextまたはRTF形式に変換します。
2023-07-24 23:53:52 +01:00
PDFToText.tags=richformat,richtextformat,rich text format
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.PDFToHTML.title=PDFをHTMLに変換
home.PDFToHTML.desc=PDFをHTML形式に変換します。
2023-07-24 23:53:52 +01:00
PDFToHTML.tags=web content,browser friendly
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.PDFToXML.title=PDFをXMLに変換
home.PDFToXML.desc=PDFをXML形式に変換します。
2023-07-24 23:53:52 +01:00
PDFToXML.tags=data-extraction,structured-content,interop,transformation,convert
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.ScannerImageSplit.title=スキャンされた画像の検出/分割
home.ScannerImageSplit.desc=1枚の画像/PDFから複数の写真を分割します。
2023-07-24 23:53:52 +01:00
ScannerImageSplit.tags=separate,auto-detect,scans,multi-photo,organize
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.sign.title=署名
home.sign.desc=手書き、テキストまたは画像によってPDFに署名を追加します。
2023-07-24 23:53:52 +01:00
sign.tags=authorize,initials,drawn-signature,text-sign,image-signature
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.flatten.title=平坦化
home.flatten.desc=PDFからインタラクティブな要素とフォームをすべて削除します。
2023-07-24 23:53:52 +01:00
flatten.tags=static,deactivate,non-interactive,streamline
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.repair.title=修復
home.repair.desc=破損したPDFの修復を試みます。
2023-07-24 23:53:52 +01:00
repair.tags=fix,restore,correction,recover
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.removeBlanks.title=空白ページの削除
home.removeBlanks.desc=ドキュメントから空白ページを検出して削除します。
2023-07-24 23:53:52 +01:00
removeBlanks.tags=cleanup,streamline,non-content,organize
2024-02-11 11:47:00 -05:00
home.removeAnnotations.title=注釈の削除
home.removeAnnotations.desc=PDFからすべてのコメント・注釈を削除します。
2023-12-29 22:56:38 +00:00
removeAnnotations.tags=comments,highlight,notes,markup,remove
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.compare.title=比較
home.compare.desc=2つのPDFを比較して表示します。
2023-07-24 23:53:52 +01:00
compare.tags=differentiate,contrast,changes,analysis
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.certSign.title=証明書による署名
home.certSign.desc=証明書/キーを使用してPDFに署名します。 (PEM/P12)
2023-07-24 23:53:52 +01:00
certSign.tags=authenticate,PEM,P12,official,encrypt
2024-02-11 11:47:00 -05:00
home.removeCertSign.title=証明書の署名を削除する
home.removeCertSign.desc=PDFから証明書署名を削除する
2024-05-31 11:31:07 +02:00
removeCertSign.tags=authenticate,PEM,P12,official,decrypt
2023-06-12 14:56:05 +09:00
home.pageLayout.title=マルチページレイアウト
home.pageLayout.desc=PDFの複数のページを1ページに結合します。
2023-07-24 23:53:52 +01:00
pageLayout.tags=merge,composite,single-view,organize
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
home.scalePages.title=ページの縮尺の調整
home.scalePages.desc=ページやコンテンツの縮尺を変更します。
2023-07-24 23:53:52 +01:00
scalePages.tags=resize,modify,dimension,adapt
2024-02-11 11:47:00 -05:00
2024-10-14 22:34:41 +01:00
home.pipeline.title=パイプライン
home.pipeline.desc=パイプラインスクリプトを定義してPDF上で複数のアクションを実行します。
2023-07-24 23:53:52 +01:00
pipeline.tags=automate,sequence,scripted,batch-process
2024-02-11 11:47:00 -05:00
home.add-page-numbers.title=ページ番号の追加
home.add-page-numbers.desc=ドキュメント全体の設定された場所にページ番号を追加します。
2023-07-24 23:53:52 +01:00
add-page-numbers.tags=paginate,label,organize,index
2024-02-11 11:47:00 -05:00
home.auto-rename.title=PDFファイル名の自動変更
home.auto-rename.desc=検出されたヘッダーに基づいてPDFファイルの名前を自動的に変更します。
2023-07-24 23:53:52 +01:00
auto-rename.tags=auto-detect,header-based,organize,relabel
2024-02-11 11:47:00 -05:00
home.adjust-contrast.title=色/コントラストの調整
home.adjust-contrast.desc=PDFのコントラスト、彩度、明るさを調整します。
2023-07-24 23:53:52 +01:00
adjust-contrast.tags=color-correction,tune,modify,enhance
2024-02-11 11:47:00 -05:00
home.crop.title=PDFのトリミング
home.crop.desc=PDFをトリミングしてサイズを縮小します (テキストは維持します!)。
2023-07-24 23:53:52 +01:00
crop.tags=trim,shrink,edit,shape
2024-02-11 11:47:00 -05:00
home.autoSplitPDF.title=ページの自動分割
home.autoSplitPDF.desc=ページ分割用QRコードを使用したスキャンしたPDFを自動分割します。
2023-07-24 23:53:52 +01:00
autoSplitPDF.tags=QR-based,separate,scan-segment,organize
2024-02-11 11:47:00 -05:00
home.sanitizePdf.title=サニタイズ
home.sanitizePdf.desc=PDFファイルからスクリプトやその他の要素を削除します。
2023-07-24 23:53:52 +01:00
sanitizePdf.tags=clean,secure,safe,remove-threats
2024-02-11 11:47:00 -05:00
home.URLToPDF.title=URL/WebサイトをPDFに変換
home.URLToPDF.desc=あらゆるhttp(s)URLをPDFに変換します。
2023-07-24 23:53:52 +01:00
URLToPDF.tags=web-capture,save-page,web-to-doc,archive
2024-02-11 11:47:00 -05:00
home.HTMLToPDF.title=HTMLをPDFに変換
home.HTMLToPDF.desc=HTMLファイルまたはzipをPDFに変換します。
2023-07-24 23:53:52 +01:00
HTMLToPDF.tags=markup,web-content,transformation,convert
2024-02-11 11:47:00 -05:00
home.MarkdownToPDF.title=MarkdownをPDFに変換
home.MarkdownToPDF.desc=あらゆるMarkdownファイルをPDFに変換します。
2023-08-06 13:02:15 +01:00
MarkdownToPDF.tags=markup,web-content,transformation,convert
2024-02-11 11:47:00 -05:00
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
home.PDFToMarkdown.title=PDFをMarkdownに変換
home.PDFToMarkdown.desc=あらゆるPDFをMarkdownに変換します。
PDFToMarkdown.tags=markup,web-content,transformation,convert,md
2024-02-11 11:47:00 -05:00
home.getPdfInfo.title=PDFのすべての情報を入手
home.getPdfInfo.desc=PDFのあらゆる情報を取得します。
2023-08-06 13:02:15 +01:00
getPdfInfo.tags=infomation,data,stats,statistics
2024-02-11 11:47:00 -05:00
home.extractPage.title=ページの抽出
home.extractPage.desc=PDFから選択したページを抽出します。
2023-08-06 13:02:15 +01:00
extractPage.tags=extract
2024-02-11 11:47:00 -05:00
home.PdfToSinglePage.title=PDFを単一の大きなページに変換
home.PdfToSinglePage.desc=PDFのすべてのページを1つの大きな単一ページに結合します
2023-08-06 13:02:15 +01:00
PdfToSinglePage.tags=single page
2024-02-11 11:47:00 -05:00
home.showJS.title=JavaScriptを表示
home.showJS.desc=PDFに挿入されたJavaScriptを検索して表示します。
2023-08-06 21:57:35 +01:00
showJS.tags=JS
2024-02-11 11:47:00 -05:00
home.autoRedact.title=自動塗りつぶし
home.autoRedact.desc=入力したテキストに基づいてPDF内のテキストを自動で塗りつぶし(黒塗り)します。
autoRedact.tags=Redact,Hide,black out,black,marker,hidden
2024-02-11 11:47:00 -05:00
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
home.redact.title=手動編集
home.redact.desc=選択したテキスト、描画した図形、選択したページに基づいてPDFを編集します。
redact.tags=Redact,Hide,black out,black,marker,hidden,manual
home.tableExtraxt.title=PDFをCSVに変換
home.tableExtraxt.desc=PDFから表を抽出しCSVに変換します。
2023-12-10 16:33:44 +00:00
tableExtraxt.tags=CSV,Table Extraction,extract,convert
2024-02-11 11:47:00 -05:00
home.autoSizeSplitPDF.title=サイズ・数による自動分割
home.autoSizeSplitPDF.desc=サイズ・ページ数またはドキュメント数に基づいて、1つのPDFを複数のドキュメントに分割します。
2023-12-11 23:24:13 +00:00
autoSizeSplitPDF.tags=pdf,split,document,organization
2024-02-11 11:47:00 -05:00
home.overlay-pdfs.title=PDFのオーバーレイ
home.overlay-pdfs.desc=PDFの上に別のPDFを重ねます。
2023-12-11 23:24:13 +00:00
overlay-pdfs.tags=Overlay
2024-02-11 11:47:00 -05:00
home.split-by-sections.title=PDFをセクションで分割
home.split-by-sections.desc=PDFの各ページを縦横に分割します。
2024-12-13 13:23:26 +09:00
split-by-sections.tags=Section Split, Divide, Customize,Customise
2024-02-11 11:47:00 -05:00
home.AddStampRequest.title=PDFにスタンプを追加
home.AddStampRequest.desc=設定した位置にテキストや画像のスタンプを追加できます
2024-12-13 13:23:26 +09:00
AddStampRequest.tags=Stamp, Add image, center image, Watermark, PDF, Embed, Customize,Customise
2024-02-11 11:47:00 -05:00
home.PDFToBook.title=PDFを書籍に変換
home.PDFToBook.desc=calibreを使用してPDFを書籍/コミック形式に変換します
2024-12-13 13:23:26 +09:00
PDFToBook.tags=Book,Comic,Calibre,Convert,manga,amazon,kindle,epub,mobi,azw3,docx,rtf,txt,html,lit,fb2,pdb,lrf
home.BookToPDF.title=PDFを書籍に変換
home.BookToPDF.desc=calibreを使用してPDFを書籍/コミック形式に変換します
2024-12-13 13:23:26 +09:00
BookToPDF.tags=Book,Comic,Calibre,Convert,manga,amazon,kindle,epub,mobi,azw3,docx,rtf,txt,html,lit,fb2,pdb,lrf
home.removeImagePdf.title=画像の削除
home.removeImagePdf.desc=PDFから画像を削除してファイルサイズを小さくします
2024-08-08 21:15:41 +01:00
removeImagePdf.tags=Remove Image,Page operations,Back end,server side
2024-10-14 22:34:41 +01:00
2024-12-13 13:23:26 +09:00
home.splitPdfByChapters.title=PDFをチャプターごとに分割
home.splitPdfByChapters.desc=チャプターの構造に基づいてPDFを複数のファイルに分割します
2024-10-14 22:34:41 +01:00
splitPdfByChapters.tags=split,chapters,bookmarks,organize
2024-12-13 13:23:26 +09:00
home.validateSignature.title=PDF署名の検証
home.validateSignature.desc=PDF文書のデジタル署名と証明書を検証します
validateSignature.tags=signature,verify,validate,pdf,certificate,digital signature,Validate Signature,Validate certificate
#replace-invert-color
2024-12-13 13:23:26 +09:00
replace-color.title=色の置換・反転
replace-color.header=PDFの色の置換・反転
home.replaceColorPdf.title=色の置換と反転
home.replaceColorPdf.desc=PDF内のテキストと背景の色を置き換え、PDFのフルカラーを反転してファイルサイズを縮小します。
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
replaceColorPdf.tags=色の置き換え、ページ操作、バックエンド、サーバー側
2024-12-13 13:23:26 +09:00
replace-color.selectText.1=色の置換または反転オプション
replace-color.selectText.2=デフォルト(デフォルトの高コントラスト色)
replace-color.selectText.3=カスタム(カスタマイズされた色)
replace-color.selectText.4=フル反転(すべての色を反転)
replace-color.selectText.5=高コントラストカラーオプション
replace-color.selectText.6=黒背景に白文字
replace-color.selectText.7=白背景に黒文字
replace-color.selectText.8=黒背景に黄色文字
replace-color.selectText.9=黒背景に緑文字
replace-color.selectText.10=テキストの色を選択
replace-color.selectText.11=背景色を選択
replace-color.submit=置換
2023-07-24 23:53:52 +01:00
###########################
# #
# WEB PAGES #
# #
###########################
2023-08-28 10:17:02 +01:00
#login
login.title=サインイン
login.header=サインイン
login.signin=サインイン
login.rememberme=サインイン状態を記憶する
login.invalid=ユーザー名かパスワードが無効です。
login.locked=あなたのアカウントはロックされています。
login.signinTitle=サインインしてください
login.ssoSignIn=シングルサインオンでログイン
login.oauth2AutoCreateDisabled=OAuth 2自動作成ユーザーが無効
login.oauth2AdminBlockedUser=現在、未登録ユーザーの登録またはログインはブロックされています。管理者にお問い合わせください。
login.oauth2RequestNotFound=認証リクエストが見つかりません
login.oauth2InvalidUserInfoResponse=無効なユーザー情報の応答
login.oauth2invalidRequest=無効なリクエスト
login.oauth2AccessDenied=アクセス拒否
login.oauth2InvalidTokenResponse=無効なトークン応答
login.oauth2InvalidIdToken=無効なIDトークン
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
login.relyingPartyRegistrationNotFound=リライングパーティーの登録が見つかりません
login.userIsDisabled=ユーザーは非アクティブ化されており、現在このユーザー名でのログインはブロックされています。管理者に連絡してください。
2024-12-13 13:23:26 +09:00
login.alreadyLoggedIn=すでにログインしています
login.alreadyLoggedIn2=デバイスからログアウトしてもう一度お試しください。
login.toManySessions=アクティブなセッションが多すぎます
2024-02-11 11:47:00 -05:00
2023-08-28 10:17:02 +01:00
#auto-redact
autoRedact.title=自動塗りつぶし
autoRedact.header=自動塗りつぶし
autoRedact.colorLabel=カラー
autoRedact.textsToRedactLabel=編集するテキスト(行区切り)
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
autoRedact.textsToRedactPlaceholder=例: \n機密 \n極秘
autoRedact.useRegexLabel=正規表現を使用する
autoRedact.wholeWordSearchLabel=単語単位の検索
autoRedact.customPaddingLabel=追加の余白
autoRedact.convertPDFToImageLabel=PDFをPDF画像に変換 (塗りつぶしの後ろのテキストを削除するために使用)
autoRedact.submitButton=送信
2024-02-11 11:47:00 -05:00
#redact
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
redact.title=手動編集
redact.header=手動編集
redact.submit=編集
redact.textBasedRedaction=テキストベースの編集
redact.pageBasedRedaction=ページベースの編集
redact.convertPDFToImageLabel=PDFをPDF画像に変換します (ボックスの背後のテキストを削除するために使用します)
redact.pageRedactionNumbers.title=ページ
redact.pageRedactionNumbers.placeholder=(例:1,2,8、4,7,12-16、2n-1)
redact.redactionColor.title=編集色
redact.export=出力
redact.upload=アップロード
redact.boxRedaction=ボックス描画編集
redact.zoom=ズーム
redact.zoomIn=拡大
redact.zoomOut=縮小
redact.nextPage=次のページ
redact.previousPage=前のページ
redact.toggleSidebar=サイドバーを切替え
redact.showThumbnails=サムネイルを表示
redact.showDocumentOutline=ドキュメントのアウトラインを表示 (ダブルクリックするとすべての項目を展開/折りたたむことができます)
redact.showAttatchments=添付ファイルを表示
redact.showLayers=レイヤーを表示(ダブルクリックするとすべてのレイヤーがデフォルトの状態にリセットされます)
redact.colourPicker=カラー選択
redact.findCurrentOutlineItem=現在のアウトライン項目を検索
redact.applyChanges=Apply Changes
2024-02-11 11:47:00 -05:00
2023-08-06 21:57:35 +01:00
#showJS
2024-12-13 13:23:26 +09:00
showJS.title=Javascriptを表示
showJS.header=Javascriptを表示
showJS.downloadJS=Javascriptをダウンロード
showJS.submit=表示
2024-02-11 11:47:00 -05:00
2023-08-06 21:57:35 +01:00
#pdfToSinglePage
pdfToSinglePage.title=PDFを単一ページに変換
pdfToSinglePage.header=PDFを単一ページに変換
pdfToSinglePage.submit=単一ページに変換
2024-02-11 11:47:00 -05:00
2023-08-06 13:02:15 +01:00
#pageExtracter
pageExtracter.title=ページの抽出
pageExtracter.header=ページの抽出
pageExtracter.submit=抽出
pageExtracter.placeholder=(例:1,2,8、4,7,12-16、2n-1)
2024-02-11 11:47:00 -05:00
2023-08-06 13:02:15 +01:00
#getPdfInfo
getPdfInfo.title=PDFの情報を入手
getPdfInfo.header=PDFの情報を入手
getPdfInfo.submit=情報を入手
getPdfInfo.downloadJson=JSONでダウンロード
2024-02-11 11:47:00 -05:00
2023-08-06 13:02:15 +01:00
#markdown-to-pdf
MarkdownToPDF.title=MarkdownをPDFに変換
MarkdownToPDF.header=MarkdownをPDFに変換
MarkdownToPDF.submit=変換
MarkdownToPDF.help=処理中
MarkdownToPDF.credit=WeasyPrintを使用
2024-02-11 11:47:00 -05:00
#pdf-to-markdown
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
PDFToMarkdown.title=PDFをMarkdownに変換
PDFToMarkdown.header=PDFをMarkdownに変換
PDFToMarkdown.submit=変換
2024-02-11 11:47:00 -05:00
2023-08-06 13:02:15 +01:00
#url-to-pdf
URLToPDF.title=URLをPDFに変換
URLToPDF.header=URLをPDFに変換
URLToPDF.submit=変換
URLToPDF.credit=WeasyPrintを使用
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#html-to-pdf
HTMLToPDF.title=HTMLをPDFに変換
HTMLToPDF.header=HTMLをPDFに変換
HTMLToPDF.help=HTMLファイルと必要なhtml/css/画像などを含むZIPを受け入れます
HTMLToPDF.submit=変換
HTMLToPDF.credit=WeasyPrintを使用
HTMLToPDF.zoom=Webサイトを表示するためのズームレベル。
HTMLToPDF.pageWidth=ページ幅 (cm)。 (デフォルトでは空白)
HTMLToPDF.pageHeight=ページ高さ (cm)。 (デフォルトでは空白)
HTMLToPDF.marginTop=ページ上の余白 (mm)。 (デフォルトでは空白)
HTMLToPDF.marginBottom=ページ下の余白 (mm)。 (デフォルトでは空白)
HTMLToPDF.marginLeft=ページ左の余白 (mm)。 (デフォルトでは空白)
HTMLToPDF.marginRight=ページ右の余白 (mm)。 (デフォルトでは空白)
HTMLToPDF.printBackground=Webサイトの背景をレンダリングします。
HTMLToPDF.defaultHeader=デフォルトのヘッダー (名前とページ番号) を有効にする
HTMLToPDF.cssMediaType=ページのCSSメディアタイプを変更します。
HTMLToPDF.none=なし
HTMLToPDF.print=印刷
HTMLToPDF.screen=画面
2024-02-11 11:47:00 -05:00
2024-01-28 17:37:02 +00:00
#AddStampRequest
AddStampRequest.header=PDFにスタンプを押す
AddStampRequest.title=PDFにスタンプを押す
AddStampRequest.stampType=スタンプの種類
AddStampRequest.stampText=スタンプする文章
AddStampRequest.stampImage=スタンプする画像
AddStampRequest.alphabet=文字
AddStampRequest.fontSize=フォント/画像 サイズ
AddStampRequest.rotation=回転
AddStampRequest.opacity=不透明度
AddStampRequest.position=位置
AddStampRequest.overrideX=X座標のオーバーライド
AddStampRequest.overrideY=Y座標のオーバーライド
AddStampRequest.customMargin=余白のカスタム
AddStampRequest.customColor=文字色のカスタム
AddStampRequest.submit=送信
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#sanitizePDF
sanitizePDF.title=PDFをサニタイズ
sanitizePDF.header=PDFファイルをサニタイズ
sanitizePDF.selectText.1=JavaScriptアクションを削除
sanitizePDF.selectText.2=埋め込みファイルを削除
sanitizePDF.selectText.3=メタデータを削除
sanitizePDF.selectText.4=リンクを削除
sanitizePDF.selectText.5=フォントを削除
sanitizePDF.submit=PDFをサニタイズする
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#addPageNumbers
addPageNumbers.title=ページ番号の追加
addPageNumbers.header=ページ番号の追加
addPageNumbers.selectText.1=PDFファイルを選択:
addPageNumbers.selectText.2=余白サイズ
addPageNumbers.selectText.3=位置
addPageNumbers.selectText.4=開始番号
addPageNumbers.selectText.5=番号をつけるページ
addPageNumbers.selectText.6=カスタムテキスト
addPageNumbers.customTextDesc=カスタムテキスト
addPageNumbers.numberPagesDesc=番号をつけるページ、デフォルトは'all'、 1-5 や 2,5,9 など
addPageNumbers.customNumberDesc=デフォルトは{n}、'{n} {total} ページ'、'テキスト-{n}'、'{filename}-{n}など'
addPageNumbers.submit=ページ番号の追加
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#auto-rename
auto-rename.title=ファイル名の自動変更
auto-rename.header=PDF名の自動変更
auto-rename.submit=自動リネーム
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#adjustContrast
adjustContrast.title=コントラストの調整
adjustContrast.header=コントラストの調整
adjustContrast.contrast=コントラスト:
adjustContrast.brightness=明度:
adjustContrast.saturation=彩度:
adjustContrast.download=ダウンロード
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#crop
crop.title=切り抜き
2024-05-26 21:17:20 -04:00
crop.header=PDFのトリミング
crop.submit=送信
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#autoSplitPDF
autoSplitPDF.title=PDFの自動分割
autoSplitPDF.header=PDFの自動分割
autoSplitPDF.description=印刷、挿入、スキャン、アップロード、およびドキュメントを自動分離します。手動での仕分けの必要ありません。
autoSplitPDF.selectText.1=下から仕切り用紙を印刷します(白黒で問題ありません)。
autoSplitPDF.selectText.2=原稿の間に仕切り用紙を挿入し、すべての原稿をまとめてスキャンします。
autoSplitPDF.selectText.3=スキャンしたPDFファイルをアップロードしStirling PDFに任せます。
autoSplitPDF.selectText.4=仕切りページは自動的に検出、削除されるので、最終的な文書はきれいに仕上がります。
autoSplitPDF.formPrompt=Stirling-PDF仕切り用紙を含むPDFを送信:
autoSplitPDF.duplexMode=両面モード (表裏スキャン)
autoSplitPDF.dividerDownload2=ダウンロード '自動仕切り用紙 (手順書付き).pdf'
autoSplitPDF.submit=送信
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#pipeline
pipeline.title=パイプライン
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#pageLayout
2023-06-12 14:56:05 +09:00
pageLayout.title=マルチページレイアウト
pageLayout.header=マルチページレイアウト
pageLayout.pagesPerSheet=1枚あたりのページ数:
pageLayout.addBorder=境界線を追加
2023-06-12 14:56:05 +09:00
pageLayout.submit=送信
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#scalePages
2023-06-12 14:56:05 +09:00
scalePages.title=ページの縮尺の調整
scalePages.header=ページの縮尺の調整
scalePages.pageSize=1ページのサイズ
scalePages.keepPageSize=元のサイズ
2023-06-12 14:56:05 +09:00
scalePages.scaleFactor=1ページの拡大レベル (トリミング)。
scalePages.submit=送信
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#certSign
2023-06-12 14:56:05 +09:00
certSign.title=証明書による署名
2023-10-30 09:21:02 +09:00
certSign.header=証明書を使用してPDFに署名します。 (制作中)
2023-06-12 14:56:05 +09:00
certSign.selectPDF=署名するPDFファイルを選択:
certSign.jksNote=注: 証明書のタイプが以下にリストされていない場合は、keytoolコマンドラインツールを使用して証明書をJavaキーストア(.jks)ファイルに変換してください。次に以下の.jksファイル オプションを選択します。
2023-06-12 14:56:05 +09:00
certSign.selectKey=秘密キーファイルを選択 (PKCS#8形式、.pemまたは.der) :
certSign.selectCert=証明書ファイルを選択 (X.509形式、.pemまたは.der) :
certSign.selectP12=PKCS#12キーストアファイルを選択 (.p12または.pfx) (オプション。指定する場合は秘密キーと証明書が含まれている必要があります。):
certSign.selectJKS=Javaキーストアファイルを選択 (.jks or .keystore):
2023-06-12 14:56:05 +09:00
certSign.certType=証明書の種類
certSign.password=キーストアまたは秘密キーのパスワードを入力 (ある場合) :
certSign.showSig=署名を表示
certSign.reason=理由
certSign.location=場所
certSign.name=名前
2024-12-13 13:23:26 +09:00
certSign.showLogo=ロゴを表示
2023-06-12 14:56:05 +09:00
certSign.submit=PDFに署名
2024-02-11 11:47:00 -05:00
2024-05-31 11:31:07 +02:00
#removeCertSign
removeCertSign.title=証明書署名の削除
removeCertSign.header=PDFから電子証明書を削除する
removeCertSign.selectPDF=PDFファイルの選択:
removeCertSign.submit=署名の削除
2024-05-31 11:31:07 +02:00
2023-07-24 23:53:52 +01:00
#removeBlanks
2023-06-12 14:56:05 +09:00
removeBlanks.title=空白の削除
removeBlanks.header=空白ページの削除
removeBlanks.threshold=しきい値 :
removeBlanks.thresholdDesc=白色ピクセルの白さを決めるためのしきい値
removeBlanks.whitePercent=白比率
removeBlanks.whitePercentDesc=削除するページの白の割合
removeBlanks.submit=空白ページの削除
2024-02-11 11:47:00 -05:00
2023-12-29 22:56:38 +00:00
#removeAnnotations
removeAnnotations.title=注釈の削除
removeAnnotations.header=注釈の削除
removeAnnotations.submit=削除
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#compare
2023-06-12 14:56:05 +09:00
compare.title=比較
compare.header=PDFの比較
compare.highlightColor.1=ハイライトカラー 1:
compare.highlightColor.2=ハイライトカラー 2:
2023-06-12 14:56:05 +09:00
compare.document.1=ドキュメント 1
compare.document.2=ドキュメント 2
compare.submit=比較
2024-12-13 13:23:26 +09:00
compare.complex.message=提供された文書の一方または両方が大きなファイルであるため、比較の精度が低下する可能性があります。
compare.large.file.message=提供された文書の1つまたは両方が大きすぎて処理できません
compare.no.text.message=選択したPDFの1つまたは両方にテキストコンテンツがありません。比較するには、テキストを含むPDFを選択してください。
2024-02-11 11:47:00 -05:00
#BookToPDF
BookToPDF.title=書籍やコミックをPDFに変換
BookToPDF.header=書籍をPDFに変換
BookToPDF.credit=calibreを使用
BookToPDF.submit=変換
#PDFToBook
2024-12-13 13:23:26 +09:00
PDFToBook.title=PDFを書籍に変換
PDFToBook.header=PDFを書籍に変換
PDFToBook.selectText.1=フォーマット
PDFToBook.credit=calibreを使用
PDFToBook.submit=変換
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#sign
2023-06-12 14:56:05 +09:00
sign.title=署名
sign.header=PDFに署名
sign.upload=画像をアップロード
sign.draw=署名を書く
sign.text=テキスト入力
sign.clear=クリア
sign.add=追加
2024-12-13 13:23:26 +09:00
sign.saved=保存された署名
sign.save=署名を保存
sign.personalSigs=個人署名
sign.sharedSigs=共有署名
sign.noSavedSigs=保存された署名が見つかりません
sign.addToAll=すべてのページに追加
sign.delete=削除
sign.first=最初のページ
sign.last=最後のページ
sign.next=次のページ
sign.previous=前のページ
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
sign.maintainRatio=アスペクト比を維持を切替え
2023-07-24 23:53:52 +01:00
#repair
2023-06-12 14:56:05 +09:00
repair.title=修復
repair.header=PDFを修復
repair.submit=修復
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#flatten
2023-06-12 14:56:05 +09:00
flatten.title=平坦化
flatten.header=PDFを平坦化する
flatten.flattenOnlyForms=フォームのみを平坦にする
2023-06-12 14:56:05 +09:00
flatten.submit=平坦化
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#ScannerImageSplit
2023-06-12 14:56:05 +09:00
ScannerImageSplit.selectText.1=角度のしきい値:
ScannerImageSplit.selectText.2=画像を回転させるために必要な絶対角度の最小値を設定 (初期値:10)。
ScannerImageSplit.selectText.3=許容範囲:
ScannerImageSplit.selectText.4=推定された背景色周辺のカラーバリエーションの範囲を決定 (初期値:30)。
ScannerImageSplit.selectText.5=最小面積:
ScannerImageSplit.selectText.6=画像の最小面積のしきい値を設定 (初期値:10000)。
ScannerImageSplit.selectText.7=最小輪郭面積:
ScannerImageSplit.selectText.8=画像の最小の輪郭面積のしきい値を設定。
ScannerImageSplit.selectText.9=境界線サイズ:
ScannerImageSplit.selectText.10=出力に白い縁取りが出ないように追加・削除される境界線の大きさを設定 (初期値:1)。
ScannerImageSplit.info=Pythonがインストールされていません。実行する必要があります。
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#OCR
ocr.title=OCR / クリーンアップ
ocr.header=クリーンアップ / OCR (光学式文字認識)
ocr.selectText.1=PDF内で検出される言語を選択 (リストされているものは現在検出されているものです):
ocr.selectText.2=OCR処理されたPDFと一緒に、OCRしたテキストを含むテキストファイルを作成する
ocr.selectText.3=斜めにスキャンされたページを回転させて修正する
ocr.selectText.4=ページをきれいにして背景ノイズの中からテキストを検出しにくくする。(出力は変わりません)
ocr.selectText.5=ページをきれいにして背景ノイズの中からテキストを検出しにくくし、出力はクリーンアップを維持する。
ocr.selectText.6=インタラクティブなテキストを含むページを無視し、画像ページのみをOCRする
ocr.selectText.7=強制OCR、全てのページで元のテキスト要素を全て削除してOCRする
ocr.selectText.8=ノーマル (PDFにテキストが含まれている場合はエラーになります。)
2023-06-12 14:56:05 +09:00
ocr.selectText.9=追加設定
ocr.selectText.10=OCRモード
ocr.selectText.11=OCR後に画像を削除する (すべての画像を削除します。変換ステップの一部である場合にのみ有効です)。
ocr.selectText.12=レンダリングタイプ (高度)
ocr.help=他の言語でこれを使用する方法やDocker以外で使用する方法についてはこのドキュメントをお読みください。
ocr.credit=本サービスにはOCRにqpdfとTesseractを使用しています。
2023-06-12 14:56:05 +09:00
ocr.submit=OCRでPDFを処理する
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#extractImages
2023-06-12 14:56:05 +09:00
extractImages.title=画像の抽出
extractImages.header=画像の抽出
extractImages.selectText=抽出した画像のフォーマットを選択
extractImages.allowDuplicates=重複した画像を保存する
2023-06-12 14:56:05 +09:00
extractImages.submit=抽出
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#File to PDF
fileToPDF.title=ファイルをPDFに変換
fileToPDF.header=あらゆるファイルをPDFに変換
fileToPDF.credit=本サービスはファイル変換にLibreOfficeとUnoconvを使用しています。
fileToPDF.supportedFileTypesInfo=サポートされるファイル形式
2023-06-12 14:56:05 +09:00
fileToPDF.supportedFileTypes=サポートされるファイル形式には以下が含まれますが、完全な更新リストについてはLibreOfficeのドキュメントを参照してください。
fileToPDF.submit=PDFを変換
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#compress
compress.title=圧縮
compress.header=PDFを圧縮
compress.credit=本サービスはPDFの圧縮/最適化にqpdfを使用しています。
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
compress.selectText.1=手動モード - 1から9
compress.selectText.1.1=最適化レベル69では、一般的なPDF圧縮に加えて画像解像度が縮小され、ファイルサイズがさらに縮小されます。レベルが高くなると、画像圧縮が強化され (元のサイズの最大 50%)、サイズはさらに縮小されますが、画像の品質が低下する可能性があります。
2023-06-12 14:56:05 +09:00
compress.selectText.2=品質レベル:
compress.selectText.3=4 (テキスト画像は最悪)
compress.selectText.4=自動モード - PDFを正確なサイズにするために品質を自動調整する。
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
compress.selectText.5=PDFサイズ (例:25MB, 10.8MB, 25KB)
2023-06-12 14:56:05 +09:00
compress.submit=圧縮
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#Add image
addImage.title=画像の追加
addImage.header=PDFに画像を追加
addImage.everyPage=全ページ?
2023-06-23 00:11:26 +00:00
addImage.upload=画像の追加
2023-06-12 14:56:05 +09:00
addImage.submit=画像の追加
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#merge
merge.title=結合
merge.header=複数のPDFを結合 (2ファイル以上)
2023-10-30 09:21:02 +09:00
merge.sortByName=名前で並べ替え
merge.sortByDate=日付で並べ替え
merge.removeCertSign=結合されたファイル内のデジタル署名を削除しますか?
2023-06-12 14:56:05 +09:00
merge.submit=結合
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#pdfOrganiser
pdfOrganiser.title=整理
pdfOrganiser.header=PDFページの整理
pdfOrganiser.submit=ページの整理
pdfOrganiser.mode=モード
pdfOrganiser.mode.1=カスタムページ順序
pdfOrganiser.mode.2=逆順
pdfOrganiser.mode.3=デュプレックスソート
pdfOrganiser.mode.4=小冊子ソート
pdfOrganiser.mode.5=サイドステッチ小冊子ソート
pdfOrganiser.mode.6=奇数-偶数分割
pdfOrganiser.mode.7=最初に削除
pdfOrganiser.mode.8=最後を削除
pdfOrganiser.mode.9=最初と最後を削除
pdfOrganiser.mode.10=奇数-偶数の結合
pdfOrganiser.mode.11=Duplicate all pages
pdfOrganiser.placeholder=(例:1,3,2または4-8,2,10-12または2n-1)
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#multiTool
multiTool.title=PDFマルチツール
multiTool.header=PDFマルチツール
multiTool.uploadPrompts=ファイル名
2024-12-13 13:23:26 +09:00
multiTool.selectAll=すべて選択
multiTool.deselectAll=選択を解除
multiTool.selectPages=ページ選択
multiTool.selectedPages=選択したページ
multiTool.page=ページ
multiTool.deleteSelected=選択項目を削除
multiTool.downloadAll=エクスポート
multiTool.downloadSelected=選択項目をエクスポート
multiTool.insertPageBreak=改ページを挿入
multiTool.addFile=ファイルを追加
multiTool.rotateLeft=左回転
multiTool.rotateRight=右回転
multiTool.split=分割
multiTool.moveLeft=左に移動
multiTool.moveRight=右に移動
multiTool.delete=削除
multiTool.dragDropMessage=選択されたページ
multiTool.undo=元に戻す
multiTool.redo=やり直す
#decrypt
2024-12-13 13:23:26 +09:00
decrypt.passwordPrompt=このファイルはパスワードで保護されています。パスワードを入力してください:
decrypt.cancelled=PDFの操作がキャンセルされました: {0}
decrypt.noPassword=暗号化されたPDFにパスワードが指定されていません: {0}
decrypt.invalidPassword=正しいパスワードでもう一度お試しください。
decrypt.invalidPasswordHeader=PDFのパスワードが正しくないか、暗号化がサポートされていません: {0}
decrypt.unexpectedError=ファイルの処理中にエラーが発生しました。もう一度お試しください。
decrypt.serverError=復号化中にサーバーエラーが発生しました: {0}
decrypt.success=ファイルの暗号化が正常に完了しました。
#multiTool-advert
2024-12-13 13:23:26 +09:00
multiTool-advert.message=この機能は、<a href="{0}">マルチツール</a>でもご利用いただけます。強化されたページごとのUIと追加機能についてはこちらをご覧ください。
2023-10-28 12:12:54 +01:00
#view pdf
name change for view PDF to view/edit PDF (#2988) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details.
2025-02-18 17:54:48 +00:00
viewPdf.title=View/Edit PDF
viewPdf.header=PDFを表示
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#pageRemover
pageRemover.title=ページ削除
pageRemover.header=PDFページ削除
pageRemover.pagesToDelete=削除するページ (ページ番号のカンマ区切りリストを入力してください):
pageRemover.submit=ページ削除
pageRemover.placeholder=(例:1,2,6または1-10,15-30)
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#rotate
rotate.title=PDFの回転
rotate.header=PDFの回転
rotate.selectAngle=回転角度を選択 (90度の倍数):
rotate.submit=回転
2024-02-11 11:47:00 -05:00
#split-pdfs
2023-06-12 14:56:05 +09:00
split.title=PDFの分割
split.header=PDFの分割
split.desc.1=選択する番号は分割するページ番号です。
split.desc.2=したがって、1,3,7-9を選択すると、10ページのドキュメントが以下のように6つのPDFに分割されることになります。
2023-06-12 14:56:05 +09:00
split.desc.3=ドキュメント #1: ページ 1
split.desc.4=ドキュメント #2: ページ 2, 3
split.desc.5=ドキュメント #3: ページ 4, 5, 6, 7
split.desc.6=ドキュメント #4: ページ 8
split.desc.7=ドキュメント #5: ページ 9
split.desc.8=ドキュメント #6: ページ 10
2023-06-12 14:56:05 +09:00
split.splitPages=分割するページ番号を入力:
split.submit=分割
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#merge
imageToPDF.title=画像をPDFに変換
imageToPDF.header=画像をPDFに変換
imageToPDF.submit=変換
2023-10-30 09:21:02 +09:00
imageToPDF.selectLabel=画像フィットオプション
imageToPDF.fillPage=フルページ
imageToPDF.fitDocumentToImage=ページを画像に合わせる
imageToPDF.maintainAspectRatio=アスペクト比を維持する
2023-06-12 14:56:05 +09:00
imageToPDF.selectText.2=PDFの自動回転
imageToPDF.selectText.3=マルチファイルの処理 (複数の画像を操作する場合に有効になります)
imageToPDF.selectText.4=1つのPDFに結合
imageToPDF.selectText.5=個別のPDFに変換
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#pdfToImage
pdfToImage.title=PDFを画像に変換
pdfToImage.header=PDFを画像に変換
pdfToImage.selectText=画像の形式
pdfToImage.singleOrMultiple=画像出力タイプ
pdfToImage.single=単一の大きな画像
pdfToImage.multi=複数の画像
pdfToImage.colorType=カラーモード
pdfToImage.color=カラー
pdfToImage.grey=グレースケール
pdfToImage.blackwhite=白黒 (データが失われる可能性があります!)
pdfToImage.submit=変換
pdfToImage.info=Pythonがインストールされていません。WebPの変換に必要です。
Pdf to image custom page selection (#2576) # Description Implemented custom page selection for the pdf-to-image feature, allowing users to specify which PDF pages to convert to images. 1. Variable Renaming: Changed singleOrMultiple to imageResultType because it supports three options: single, multiple, and custom. 2. New Field: Added pageNumbers to accept user-defined page selections. This field appears only when custom is selected in the UI. 3. New Method: Added getPageIndicesToConvert to process and validate the specified page numbers. 4. Method Update: Updated convertFromPdf to handle custom page numbers, ensuring only selected pages are converted. 5. Translation Properties: Added two new English translation properties, custom and customPageNumber, to all language files with placeholder values. These will need to be translated into country-specific languages in the future. Note: If an invalid page number is provided (zero, negative, or exceeds page count), a single image containing all PDF pages is generated. Closes #918 ## Checklist - [x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I have performed a self-review of my own code - [x] I have attached images of the change if it is UI based - [x] I have commented my code, particularly in hard-to-understand areas - [x] If my code has heavily changed functionality I have updated relevant docs on [Stirling-PDFs doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) - [x] My changes generate no new warnings - [x] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ![Screenshot 2025-01-02 at 12 31 29 AM](https://github.com/user-attachments/assets/c4ba3f31-5dd6-4a17-991e-51b86c2eb466) ![Screenshot 2025-01-02 at 12 31 49 AM](https://github.com/user-attachments/assets/3e800a95-2088-4f69-8a01-bd03d7b9e471) --------- Co-authored-by: Sai Kumar J <saikumar@Sais-MacBook-Air.local> Co-authored-by: Ludy <Ludy87@users.noreply.github.com> Co-authored-by: saikumar <saikumar.jetti@gmail.com> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2025-01-04 23:31:13 +05:30
pdfToImage.placeholder=(例:1,2,8、4,7,12-16、2n-1)
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#addPassword
addPassword.title=パスワードの追加
addPassword.header=パスワードの追加 (暗号化)
addPassword.selectText.1=暗号化するPDFを選択
addPassword.selectText.2=ユーザーパスワード
addPassword.selectText.3=暗号化キーの長さ
addPassword.selectText.4=値が大きいほど強力ですが、値が小さいほど互換性が高くなります。
addPassword.selectText.5=権限の設定 (所有者パスワードとの併用をおすすめします)
addPassword.selectText.6=ドキュメントの組立を禁止
addPassword.selectText.7=コンテンツの抽出を禁止
addPassword.selectText.8=アクセシビリティのための抽出を禁止
addPassword.selectText.9=フォームへの入力を禁止
addPassword.selectText.10=変更を禁止
addPassword.selectText.11=注釈の変更を禁止
addPassword.selectText.12=印刷を禁止
addPassword.selectText.13=異なる形式の印刷を禁止
addPassword.selectText.14=所有者パスワード
addPassword.selectText.15=ドキュメントを開いた後に実行できる操作を制限します (すべてのリーダーでサポートされているわけではありません)
2023-07-24 23:53:52 +01:00
addPassword.selectText.16=ドキュメントを開くことを制限します
2023-06-12 14:56:05 +09:00
addPassword.submit=暗号化
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#watermark
watermark.title=透かしの追加
watermark.header=透かしの追加
watermark.customColor=文字色のカスタム
2023-06-12 14:56:05 +09:00
watermark.selectText.1=透かしを追加するPDFを選択:
watermark.selectText.2=透かしのテキスト:
watermark.selectText.3=文字サイズ:
watermark.selectText.4=回転 (0-360):
watermark.selectText.5=幅スペース (各透かし間の水平方向のスペース):
watermark.selectText.6=高さスペース (各透かし間の垂直方向のスペース):
watermark.selectText.7=不透明度 (0% - 100%):
watermark.selectText.8=透かしの種類:
watermark.selectText.9=透かしの画像:
watermark.selectText.10=PDFをPDFイメージに変換する
2023-06-12 14:56:05 +09:00
watermark.submit=透かしを追加
watermark.type.1=テキスト
watermark.type.2=画像
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#Change permissions
permissions.title=権限の変更
permissions.header=権限の変更
permissions.warning=警告、これらの権限を変更できないようにするため、パスワードの追加ページでパスワードを設定することを推奨します。
permissions.selectText.1=権限を変更するPDFを選択
permissions.selectText.2=権限の設定
permissions.selectText.3=ドキュメントの組立を禁止
permissions.selectText.4=コンテンツの抽出を禁止
permissions.selectText.5=アクセシビリティのための抽出を禁止
permissions.selectText.6=フォームへの入力を禁止
permissions.selectText.7=変更を禁止
permissions.selectText.8=注釈の変更を禁止
permissions.selectText.9=印刷を禁止
permissions.selectText.10=異なる形式の印刷を禁止
permissions.submit=変更
2024-02-11 11:47:00 -05:00
2023-06-12 14:56:05 +09:00
#remove password
removePassword.title=パスワードの削除
removePassword.header=パスワードの削除 (復号化)
removePassword.selectText.1=復号化するPDFを選択
removePassword.selectText.2=パスワード
removePassword.submit=削除
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#changeMetadata
changeMetadata.title=タイトル:
2023-06-12 14:56:05 +09:00
changeMetadata.header=メタデータの変更
changeMetadata.selectText.1=変更したい変数を編集してください
changeMetadata.selectText.2=すべてのメタデータを削除
changeMetadata.selectText.3=カスタムメタデータを表示
changeMetadata.author=著者:
changeMetadata.creationDate=作成日 (yyyy/MM/dd HH:mm:ss):
changeMetadata.creator=作成者:
changeMetadata.keywords=キーワード:
changeMetadata.modDate=変更日 (yyyy/MM/dd HH:mm:ss):
changeMetadata.producer=プロデューサー:
changeMetadata.subject=主題:
changeMetadata.trapped=トラッピング:
changeMetadata.selectText.4=その他のメタデータ:
changeMetadata.selectText.5=カスタムメタデータの追加
changeMetadata.submit=変更
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#pdfToPDFA
2023-06-12 14:56:05 +09:00
pdfToPDFA.title=PDFをPDF/Aに変換
pdfToPDFA.header=PDFをPDF/Aに変換
changes in the translation `qpdf` to `libreoffice` (#2909) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details.
2025-02-10 11:19:40 +01:00
pdfToPDFA.credit=本サービスはPDF/Aの変換にlibreofficeを使用しています。
2023-06-12 14:56:05 +09:00
pdfToPDFA.submit=変換
pdfToPDFA.tip=現在、一度に複数の入力に対して機能しません
2024-12-13 13:23:26 +09:00
pdfToPDFA.outputFormat=出力形式
pdfToPDFA.pdfWithDigitalSignature=PDFにはデジタル署名が含まれています。これは次の手順で削除されます。
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#PDFToWord
2023-06-12 14:56:05 +09:00
PDFToWord.title=PDFをWordに変換
PDFToWord.header=PDFをWordに変換
PDFToWord.selectText.1=出力ファイル形式
PDFToWord.credit=本サービスはファイル変換にLibreOfficeを使用しています。
PDFToWord.submit=変換
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#PDFToPresentation
2023-06-12 14:56:05 +09:00
PDFToPresentation.title=PDFをプレゼンテーションに変換
PDFToPresentation.header=PDFをプレゼンテーションに変換
PDFToPresentation.selectText.1=出力ファイル形式
PDFToPresentation.credit=本サービスはファイル変換にLibreOfficeを使用しています。
PDFToPresentation.submit=変換
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#PDFToText
2023-06-12 14:56:05 +09:00
PDFToText.title=PDFをText/RTFに変換
PDFToText.header=PDFをText/RTFに変換
PDFToText.selectText.1=出力ファイル形式
PDFToText.credit=本サービスはファイル変換にLibreOfficeを使用しています。
PDFToText.submit=変換
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#PDFToHTML
2023-06-12 14:56:05 +09:00
PDFToHTML.title=PDFをHTMLに変換
PDFToHTML.header=PDFをHTMLに変換
PDFToHTML.credit=本サービスはファイル変換にpdftohtmlを使用しています。
2023-06-12 14:56:05 +09:00
PDFToHTML.submit=変換
2024-02-11 11:47:00 -05:00
2023-07-24 23:53:52 +01:00
#PDFToXML
2023-06-12 14:56:05 +09:00
PDFToXML.title=PDFをXMLに変換
PDFToXML.header=PDFをXMLに変換
PDFToXML.credit=本サービスはファイル変換にLibreOfficeを使用しています。
PDFToXML.submit=変換
2024-02-11 11:47:00 -05:00
2023-11-02 12:13:33 +01:00
#PDFToCSV
PDFToCSV.title=PDFをCSVに変換
PDFToCSV.header=PDFをCSVに変換
PDFToCSV.prompt=表を抽出するページを選択
PDFToCSV.submit=変換
2024-02-11 11:47:00 -05:00
2023-12-11 23:24:13 +00:00
#split-by-size-or-count
split-by-size-or-count.title=サイズまたは数で分割
split-by-size-or-count.header=サイズまたは数で分割
split-by-size-or-count.type.label=分割タイプの選択
split-by-size-or-count.type.size=サイズ
split-by-size-or-count.type.pageCount=ページ数
split-by-size-or-count.type.docCount=ドキュメント数
split-by-size-or-count.value.label=値の入力
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
split-by-size-or-count.value.placeholder=サイズ (例:2MB または 3KB) または数値 (例:5) を入力
split-by-size-or-count.submit=分割
2024-02-11 11:47:00 -05:00
2023-12-11 23:24:13 +00:00
#overlay-pdfs
overlay-pdfs.header=PDFのオーバーレイ
overlay-pdfs.baseFile.label=ベースのPDFを選択
overlay-pdfs.overlayFiles.label=重ねるPDFを選択
overlay-pdfs.mode.label=オーバーレイモードの選択
overlay-pdfs.mode.sequential=シーケンシャル・オーバーレイ
overlay-pdfs.mode.interleaved=インターリーブ・オーバーレイ
overlay-pdfs.mode.fixedRepeat=固定リピート・オーバーレイ
overlay-pdfs.counts.label=オーバーレイ回数 (固定リピートモード用)
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
overlay-pdfs.counts.placeholder=カンマ区切りでカウントを入力 (例:2,3,1)
overlay-pdfs.position.label=重ね位置の選択
overlay-pdfs.position.foreground=前面
overlay-pdfs.position.background=背面
overlay-pdfs.submit=重ねる
2024-02-11 11:47:00 -05:00
2023-12-16 19:30:47 +00:00
#split-by-sections
split-by-sections.title=セクションごとにPDFを分割する
split-by-sections.header=PDFをセクションに分割
split-by-sections.horizontal.label=水平方向
split-by-sections.vertical.label=垂直方向
split-by-sections.horizontal.placeholder=水平方向の分割数を選択
split-by-sections.vertical.placeholder=垂直方向の分割数を選択
split-by-sections.submit=分割
split-by-sections.merge=1 つの PDF に結合するかどうか
2024-02-11 11:47:00 -05:00
#printFile
printFile.title=ファイルの印刷
printFile.header=ファイルをプリンタで印刷
printFile.selectText.1=印刷するファイルを選択
printFile.selectText.2=プリンタ名を入力
printFile.submit=プリント
2024-01-04 18:41:33 +00:00
#licenses
licenses.nav=ライセンス
licenses.title=サードパーティライセンス
licenses.header=サードパーティライセンス
licenses.module=モジュール
licenses.version=バージョン
licenses.license=ライセンス
2024-02-11 11:47:00 -05:00
2024-06-12 22:12:42 +01:00
#survey
survey.nav=アンケート
survey.title=Stirling-PDFのアンケート
survey.description=Stirling-PDFには追跡機能がないため、Stirling-PDFをより良くするために皆様の意見を聞かせてください
2024-12-13 13:23:26 +09:00
survey.changes=Stirling-PDFは前回の調査から変更されました。詳細についてはこちらのブログ投稿をご覧ください。
survey.changes2=これらの変更により私たちは有償のビジネスサポートと資金援助を受けています
survey.please=アンケートにご協力ください!
survey.disabled=(アンケートのポップアップは、次の更新では無効になりますが、ページの下部に表示されます。)
survey.button=アンケートに答える
survey.dontShowAgain=再び表示しない
2024-06-12 22:12:42 +01:00
2024-02-18 13:30:56 +00:00
#error
error.sorry=問題が発生したことをお詫び申し上げます!
error.needHelp=助けが必要/問題が見つかりましたか?
error.contactTip=まだ問題が解決していない場合は、お手数ですが、GitHubページでチケットを提出するか、Discordで私たちに連絡してください
error.404.head=404 - ページが見つかりません | おっと、コードでつまずきました!
error.404.1=あなたが探しているページが見つかりません。
error.404.2=何か問題が発生しました
error.github=GitHubでチケットを提出
error.showStack=スタックトレースを表示
error.copyStack=スタックトレースをコピー
error.githubSubmit=GitHub - チケットを提出
error.discordSubmit=Discord - サポート投稿を提出
2024-08-08 21:15:41 +01:00
#remove-image
removeImage.title=画像の削除
removeImage.header=画像の削除
removeImage.removeImage=画像の削除
removeImage.submit=画像を削除
2024-10-14 22:34:41 +01:00
2024-12-13 13:23:26 +09:00
splitByChapters.title=PDFをチャプターごとに分割
splitByChapters.header=PDFをチャプターごとに分割
splitByChapters.bookmarkLevel=ブックマークレベル
splitByChapters.includeMetadata=メタデータを含める
splitByChapters.allowDuplicates=重複を許可する
splitByChapters.desc.1=このツールは、チャプター構造に基づいてPDFファイルを複数のPDFに分割します。
splitByChapters.desc.2=ブックマークレベル:分割に使用するブックマークのレベルを選択します最上位レベルの場合は0、第2レベルの場合は1など
splitByChapters.desc.3=メタデータを含める:チェックすると、元のPDFのメタデータが各分割PDFに含まれます。
splitByChapters.desc.4=重複を許可:チェックすると同じページ上の複数のブックマークから個別のPDFを作成できます。
splitByChapters.submit=PDFを分割
#File Chooser
2024-12-13 13:23:26 +09:00
fileChooser.click=クリック
fileChooser.or=または
fileChooser.dragAndDrop=ドラッグ&ドロップ
Update messages_ja_JP.properties (#2804) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --------- Signed-off-by: GitHub Action <action@github.com> Co-authored-by: GitHub Action <action@github.com>
2025-01-30 19:26:31 +09:00
fileChooser.dragAndDropPDF=PDFファイルをドラッグドロップ
fileChooser.dragAndDropImage=画像ファイルをドラッグ&ドロップ
2024-12-13 13:23:26 +09:00
fileChooser.hoveredDragAndDrop=ファイルをここにドラッグ&ドロップ
#release notes
2024-12-13 13:23:26 +09:00
releases.footer=リリース
releases.title=リリースノート
releases.header=リリースノート
releases.current.version=現在のリリース
releases.note=リリースノートは英語でのみで提供されています
#Validate Signature
2024-12-13 13:23:26 +09:00
validateSignature.title=PDF署名の検証
validateSignature.header=デジタル署名の検証
validateSignature.selectPDF=署名済みPDFファイルを選択
validateSignature.submit=署名の検証
validateSignature.results=検証結果
validateSignature.status=状態
validateSignature.signer=署名者
validateSignature.date=日付
validateSignature.reason=理由
validateSignature.location=場所
validateSignature.noSignatures=この文書にはデジタル署名が見つかりません
validateSignature.status.valid=有効
validateSignature.status.invalid=無効
validateSignature.chain.invalid=証明書チェーンの検証に失敗しました - 署名者の身元を確認できません
validateSignature.trust.invalid=証明書が信頼ストアにありません - ソースを検証できません
validateSignature.cert.expired=証明書の有効期限が切れています
validateSignature.cert.revoked=証明書は取り消されました
validateSignature.signature.info=署名情報
validateSignature.signature=署名
validateSignature.signature.mathValid=署名は数学的には有効ですが:
validateSignature.selectCustomCert=カスタム証明書ファイル X.509 (オプション)
validateSignature.cert.info=証明書の詳細
validateSignature.cert.issuer=発行者
validateSignature.cert.subject=主題
validateSignature.cert.serialNumber=シリアルナンバー
validateSignature.cert.validFrom=有効開始日
validateSignature.cert.validUntil=有効期限
validateSignature.cert.algorithm=アルゴリズム
validateSignature.cert.keySize=キーサイズ
validateSignature.cert.version=バージョン
validateSignature.cert.keyUsage=キーの使用法
validateSignature.cert.selfSigned=自己署名
validateSignature.cert.bits=ビット
Feature/convert to grayscale (#3003) # Description of Changes Please provide a summary of the changes, including: - What was changed -Grayscale Image Compression: Modified the compressImagesInPDF method to optionally convert images to grayscale during compression. This is achieved by checking if the grayScale flag is true (or if the image is already in grayscale) and then processing the image accordingly. UI Update: Updated the compress-pdf.html file by adding a checkbox for grayscale compression. Additionally, a new translation key compress.grayscale.label with the text "Apply Grayscale for Compression" has been added across all supported languages. - Why the change was made -Enhanced Compression Options: This feature provides users with an option to compress images in PDFs more effectively by reducing the color complexity, which can lead to smaller file sizes. Improved Flexibility: It allows users to decide whether they want to maintain the original color images or opt for a grayscale version. - Any challenges encountered - The translation for compress.grayscale.label was generated using an automated translator, so it might not be completely accurate and could require further review. Closes #2603 --- ## Checklist ### General - [x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [x] I have performed a self-review of my own code - [x] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [x] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details.
2025-02-23 04:38:07 +05:30
compress.grayscale.label=圧縮にグレースケールを適用する