added translations

This commit is contained in:
Maria Sukhova 2023-07-03 17:18:59 +03:00
parent df80a32d16
commit 725310d472
20 changed files with 646 additions and 3 deletions

View File

@ -0,0 +1,204 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearingTemporaryData" xml:space="preserve">
<value>一時データをクリア</value>
</data>
<data name="DataProcessing" xml:space="preserve">
<value>データ処理中...</value>
</data>
<data name="DataProcessingCompleted" xml:space="preserve">
<value>データ処理完了</value>
</data>
<data name="DumpParse" xml:space="preserve">
<value>データベースの解析</value>
</data>
<data name="GoogleModuleNameContacts" xml:space="preserve">
<value>メールからの連絡先</value>
</data>
<data name="GoogleModuleNameDocuments" xml:space="preserve">
<value>Googleドライブのファイル</value>
</data>
<data name="GroupMigration" xml:space="preserve">
<value>グループ移行 {0} ({1}/{2})</value>
</data>
<data name="MigratingUserContacts" xml:space="preserve">
<value>ユーザー連絡先の移行 {0} ({1}/{2})</value>
</data>
<data name="MigratingUserFiles" xml:space="preserve">
<value>ユーザーファイルの移行 {0} ({1}/{2})</value>
</data>
<data name="MigrationCanceled" xml:space="preserve">
<value>移行がキャンセルされました</value>
</data>
<data name="MigrationCompleted" xml:space="preserve">
<value>移行完了</value>
</data>
<data name="ModuleNameCalendar" xml:space="preserve">
<value>カレンダー</value>
</data>
<data name="OnlyofficeModuleNameCalendar" xml:space="preserve">
<value>カレンダー</value>
</data>
<data name="ModuleNameGroups" xml:space="preserve">
<value>グループ</value>
</data>
<data name="ModuleNameMail" xml:space="preserve">
<value>メール</value>
</data>
<data name="OnlyofficeModuleNameMail" xml:space="preserve">
<value>メール</value>
</data>
<data name="ModuleNameUsers" xml:space="preserve">
<value>ユーザー</value>
</data>
<data name="NextcloudModuleNameContacts" xml:space="preserve">
<value>連絡先</value>
</data>
<data name="NextcloudModuleNameDocuments" xml:space="preserve">
<value>ユーザーのファイル</value>
</data>
<data name="OnlyofficeModuleNameDocuments" xml:space="preserve">
<value>ドキュメント</value>
</data>
<data name="OnlyofficeModuleNamePeople" xml:space="preserve">
<value>人</value>
</data>
<data name="PreparingForMigration" xml:space="preserve">
<value>移行準備</value>
</data>
<data name="StartOfDataProcessing" xml:space="preserve">
<value>データ処理開始...</value>
</data>
<data name="Unzipping" xml:space="preserve">
<value>解凍中...</value>
</data>
<data name="UnzippingFinished" xml:space="preserve">
<value>解凍完了...</value>
</data>
<data name="UserCalendarMigration" xml:space="preserve">
<value>ユーザーカレンダー移行{0} ({1}/{2})</value>
</data>
<data name="UserMigration" xml:space="preserve">
<value>ユーザー移行 {0} ({1}/{2})</value>
</data>
<data name="UserSkipped" xml:space="preserve">
<value>ユーザーのインポートに失敗しました: {0} ({1}/{2})</value>
</data>
</root>

View File

@ -121,6 +121,6 @@
<value>Aloita muokkaaminen</value>
</data>
<data name="POST|api/2.0/files/file/{fileId}/startedit_Description" xml:space="preserve">
<value>Aloita kuvauksen muokkaaminen </value>
<value>Aloita kuvauksen muokkaaminen</value>
</data>
</root>

View File

@ -676,4 +676,16 @@
<data name="DocumentsStoreForcesave" xml:space="preserve">
<value>Nastavení Store forcesave Aktualizováno</value>
</data>
<data name="UserDataRemoving" xml:space="preserve">
<value>Uživatelské údaje pro {0} byly odstraněny</value>
</data>
<data name="UserTfaDisconnected" xml:space="preserve">
<value>Aplikace Authenticator odpojena: {0}</value>
</data>
<data name="UserTfaGenerateCodes" xml:space="preserve">
<value>Byly vytvořeny nové záložní kódy</value>
</data>
<data name="UserUpdatedEmail" xml:space="preserve">
<value>E-mail aktualizován</value>
</data>
</root>

View File

@ -640,4 +640,82 @@
<data name="TrashEmptied" xml:space="preserve">
<value>ゴミ箱を空にする</value>
</data>
<data name="AddedRoomTags" xml:space="preserve">
<value>追加されたタグ: [{1}]</value>
</data>
<data name="DeletedRoomTags" xml:space="preserve">
<value>削除されたタグ: [{1}]</value>
</data>
<data name="DocumentsUploadingFormatsSettingsUpdated" xml:space="preserve">
<value>アップロードフォーマット設定が更新されました</value>
</data>
<data name="RoomArchived" xml:space="preserve">
<value>ルームがアーカイブされました</value>
</data>
<data name="RoomCreateUser" xml:space="preserve">
<value>ユーザーが追加されました: {0}。 役割: {1}</value>
</data>
<data name="RoomDeleted" xml:space="preserve">
<value>ルームが削除されました</value>
</data>
<data name="RoomLinkCreated" xml:space="preserve">
<value>リンクが作成されました。役割: {1}</value>
</data>
<data name="RoomLinkDeleted" xml:space="preserve">
<value>リンクが削除されました</value>
</data>
<data name="RoomLinkUpdated" xml:space="preserve">
<value>リンクがアップデートされました。役割: {1}</value>
</data>
<data name="RoomLogoCreated" xml:space="preserve">
<value>ロゴが作成されました</value>
</data>
<data name="RoomLogoDeleted" xml:space="preserve">
<value>ロゴが削除されました</value>
</data>
<data name="RoomRemoveUser" xml:space="preserve">
<value>削除されたユーザー:{0}</value>
</data>
<data name="RoomRenamed" xml:space="preserve">
<value>ルーム名が変更されました:{0}</value>
</data>
<data name="RoomUnarchived" xml:space="preserve">
<value>ルームのアーカイブが解除されました</value>
</data>
<data name="RoomUpdateAccessForUser" xml:space="preserve">
<value>{0}が任命されました: {1}</value>
</data>
<data name="TagCreated" xml:space="preserve">
<value>タグが作成されました:{0}</value>
</data>
<data name="TagsDeleted" xml:space="preserve">
<value>タグが削除されました:{0}</value>
</data>
<data name="UpdateAccessActionType" xml:space="preserve">
<value>アップデートされたアクセス</value>
</data>
<data name="UserAddedAvatar" xml:space="preserve">
<value>ユーザー[{0}]。アバターが追加されました</value>
</data>
<data name="UserCreatedViaInvite" xml:space="preserve">
<value>招待で作成したユーザー:{0}</value>
</data>
<data name="UserDataRemoving" xml:space="preserve">
<value>{0}のユーザーデータが削除されました</value>
</data>
<data name="UserDeletedAvatar" xml:space="preserve">
<value>ユーザー[{0}]。アバターが削除されました</value>
</data>
<data name="UserSentEmailInstructions" xml:space="preserve">
<value>ユーザー[{0}]。メール変更ガイドが送信済み</value>
</data>
<data name="UserSentPasswordInstructions" xml:space="preserve">
<value>ユーザー[{0}]。パスワード変更ガイドが送信済み</value>
</data>
<data name="UsersUpdatedStatus" xml:space="preserve">
<value>ユーザー[{0}]。ステータスが更新されました</value>
</data>
<data name="UserUpdatedAvatarThumbnails" xml:space="preserve">
<value>ユーザー[{0}]。アバターサムネイルが更新されました</value>
</data>
</root>

View File

@ -359,4 +359,7 @@
<data name="ErrorrMessage_PinRoom" xml:space="preserve">
<value>Δεν μπορείτε να καρφιτσώσετε ένα δωμάτιο</value>
</data>
<data name="AceStatusEnum_RoomAdmin" xml:space="preserve">
<value>Διαχειριστής Δωματίου</value>
</data>
</root>

View File

@ -352,4 +352,13 @@
<data name="ErrorrMessage_PinRoom" xml:space="preserve">
<value>Et voi kiinnittää huonetta</value>
</data>
<data name="AceStatusEnum_Collaborator" xml:space="preserve">
<value>Yhteistyökumppani</value>
</data>
<data name="AceStatusEnum_Editing" xml:space="preserve">
<value>Muokkaaja</value>
</data>
<data name="AceStatusEnum_RoomAdmin" xml:space="preserve">
<value>Huoneen ylläpitäjä</value>
</data>
</root>

View File

@ -164,7 +164,7 @@
<value>{0}はファイルを編集しています。そのファイルの形式では、共同編集機能が現在サポートされていません。</value>
</data>
<data name="ErrorMassage_EditingMobile" xml:space="preserve">
<value>ファイルがモバイルアップで {0} によって編集するように開かれています</value>
<value>このファイルは{0}によってモバイルアプリケーションで編集用に開かれています</value>
</data>
<data name="ErrorMassage_EmptyFile" xml:space="preserve">
<value>空ファイル</value>
@ -218,7 +218,7 @@
<value>この操作を実行するための十分な権限がありません</value>
</data>
<data name="ErrorMassage_SecurityException_Auth" xml:space="preserve">
<value>指定された認証情報で {0} プロバイダを許可することができません。</value>
<value>与えられた認証情報で{0}プロバイダで認証できません。</value>
</data>
<data name="ErrorMassage_SecurityException_Create" xml:space="preserve">
<value>作成するのに十分な権限がありません</value>
@ -355,4 +355,64 @@
<data name="AceStatusEnum_RoomAdmin" xml:space="preserve">
<value>ルームの管理者</value>
</data>
<data name="CommentCreateFillFormDraft" xml:space="preserve">
<value>フォームに入力するために作成されました</value>
</data>
<data name="CommentSubmitFillForm" xml:space="preserve">
<value>提出されたフォーム</value>
</data>
<data name="ErrorMassage_FileUpdateToVersion" xml:space="preserve">
<value>新しいバージョンは、現在のと同じにすることはできません</value>
</data>
<data name="ErrorMassage_SecurityException_CopyFile" xml:space="preserve">
<value>ファイルをコピーするのに十分な権限がありません</value>
</data>
<data name="ErrorMassage_SecurityException_CopyFolder" xml:space="preserve">
<value>フォルダをコピーするのに十分な権限がありません</value>
</data>
<data name="ErrorMessage_InvalidProvider" xml:space="preserve">
<value>無効なプロバイダ</value>
</data>
<data name="ErrorMessage_InvalidThirdPartyFolder" xml:space="preserve">
<value>このフォルダを使用してルームを保存することはできません</value>
</data>
<data name="ErrorMessage_InvintationLink" xml:space="preserve">
<value>招待リンクが無効か、有効期限が切れています</value>
</data>
<data name="ErrorMessage_ProviderAlreadyConnect" xml:space="preserve">
<value>このプロバイダはすでにルームに接続しています</value>
</data>
<data name="ErrorMessage_RoleNotAvailable" xml:space="preserve">
<value>この役割は、このユーザータイプでは使用できません</value>
</data>
<data name="ErrorMessage_SecurityException_ArchiveRoom" xml:space="preserve">
<value>ルームをアーカイブするのに十分な権限がありません</value>
</data>
<data name="ErrorMessage_SecurityException_CopyToFolder" xml:space="preserve">
<value>このフォルダーにコピーする権限がありません</value>
</data>
<data name="ErrorMessage_SecurityException_EditRoom" xml:space="preserve">
<value>ルームを編集する権限がありません</value>
</data>
<data name="ErrorMessage_SecurityException_MoveToFolder" xml:space="preserve">
<value>このフォルダーに移動する権限がありません</value>
</data>
<data name="ErrorMessage_SecurityException_UnarchiveRoom" xml:space="preserve">
<value>ルームをアーカイブ解除する十分な権限がありません</value>
</data>
<data name="ErrorMessage_UpdateArchivedRoom" xml:space="preserve">
<value>アーカイブされたルームを編集することはできません</value>
</data>
<data name="ErrorrMessage_PinRoom" xml:space="preserve">
<value>ルームを固定することはできません</value>
</data>
<data name="MessageFileCreatedForm" xml:space="preserve">
<value>記入可能なOFORM文書が出来上がりました。{0}に保存されます</value>
</data>
<data name="MessageFillFormDraftCreated" xml:space="preserve">
<value>OFORMのコピーは{0}フォルダーに作成されました。フォームに必要事項を記入し、結果ファイルをPDFまたはDOCXファイルとしてダウンロードしてください。</value>
</data>
<data name="MessageFillFormDraftDiscard" xml:space="preserve">
<value>このファイルは、もはや記入用の下書きではありません。</value>
</data>
</root>

View File

@ -400,4 +400,7 @@
<data name="AceStatusEnum_Editing" xml:space="preserve">
<value>Editor</value>
</data>
<data name="AceStatusEnum_RoomAdmin" xml:space="preserve">
<value>Kamerbeheerder</value>
</data>
</root>

View File

@ -91,4 +91,10 @@
<data name="Personal" xml:space="preserve">
<value>個人</value>
</data>
<data name="FilesWillBeCompressedTarGz" xml:space="preserve">
<value>ファイルは{0}.tar.gzファイル{1}に圧縮されます</value>
</data>
<data name="FilesWillBeCompressedZip" xml:space="preserve">
<value>ファイルは{0}.zipファイル{1}に圧縮されます</value>
</data>
</root>

View File

@ -125,4 +125,31 @@ $Message</value>
 
$__AuthorName さんが次のルームを削除しました:$RoomTitle</value>
</data>
<data name="subject_DocuSignComplete_push" xml:space="preserve">
<value>すべての署名者が完了しました $DocumentTitle</value>
</data>
<data name="subject_DocuSignStatus_push" xml:space="preserve">
<value>署名の状態が変更されました</value>
</data>
<data name="subject_EditorMentions" xml:space="preserve">
<value>DocSpaceの通知です。ドキュメントにメンションされました</value>
</data>
<data name="subject_EditorMentions_push" xml:space="preserve">
<value>ドキュメントにメンションされました</value>
</data>
<data name="subject_MailMergeEnd_push" xml:space="preserve">
<value>郵送が完了しました。</value>
</data>
<data name="subject_RoomRemoved" xml:space="preserve">
<value>DocSpaceの通知です。ルームが削除されました</value>
</data>
<data name="subject_ShareDocument_push" xml:space="preserve">
<value>ドキュメントへのアクセスが許可されました: $DocumentTitle</value>
</data>
<data name="subject_ShareEncryptedDocument_push" xml:space="preserve">
<value>暗号化されたドキュメントへのアクセスが許可されました: $DocumentTitle</value>
</data>
<data name="subject_ShareFolder_push" xml:space="preserve">
<value>フォルダへのアクセスが許可されました: $DocumentTitle</value>
</data>
</root>

View File

@ -182,4 +182,17 @@ $GreenButton
ONLYOFFICE チーム
"www.onlyoffice.com":https://www.onlyoffice.com/ja</value>
</data>
<data name="pattern_personal_custom_mode_change_email_v115" xml:space="preserve">
<value>クラウドオフィスアカウントのメールアドレスを変更したいですか?
以下のボタンをクリックし、クラウドにログイン*してください。
$GreenButton
リンクは7日間有効です。
*このブラウザでクラウドオフィスにログインしていない場合、確認のために古いメールアドレスを使用する必要があります。
メールアドレスを変更したくないで。</value>
</data>
</root>

View File

@ -988,4 +988,7 @@
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>Portalınızdan məlumatların ehtiyat nüsxəsini çıxarmaq və saxlamaq üçün Selectel Cloud Storage xidmətinə qoşulun. {0}Yedək nüsxələrinizi saxlamağı planlaşdırdığınız konteynerlər üçün Oxumaq/Yazmaq hüququ olan istifadəçi üçün giriş məlumatını əldə edin və aşağıda yerləşdirin:</value>
</data>
<data name="TariffsFeature_thirdparty" xml:space="preserve">
<value>Üçüncü tərəf inteqrasiyaları</value>
</data>
</root>

View File

@ -979,4 +979,16 @@
<data name="TariffsFeature_thirdparty" xml:space="preserve">
<value>Integrace třetích stran</value>
</data>
<data name="LicenseUploadedOverdue" xml:space="preserve">
<value>Úspěšně nahráno. {0}Podpora a aktualizace nejsou pro tuto licenci k dispozici od {2}.{1}</value>
</data>
<data name="LicenseUploadedOverdueSupport" xml:space="preserve">
<value>Nahráno úspěšně. {0}Podpora není pro tuto licenci dostupná od {2}.{1}</value>
</data>
<data name="MessageYourPasswordSendedToEmail" xml:space="preserve">
<value>Pokud existuje uživatel s e-mailovou adresou {0}, byl na tuto e-mailovou adresu zaslán pokyn ke změně hesla.</value>
</data>
<data name="PersonalFreeSpaceException" xml:space="preserve">
<value>Překročena kvóta místa na disku</value>
</data>
</root>

View File

@ -496,4 +496,19 @@
<data name="Tariffs_startup" xml:space="preserve">
<value>Βασικό</value>
</data>
<data name="ConsumersboxClientId" xml:space="preserve">
<value>Box ID</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
<value>DocuSign</value>
</data>
<data name="ConsumersauthPwd" xml:space="preserve">
<value>Selectel authPwd</value>
</data>
<data name="ConsumersDropBox" xml:space="preserve">
<value>DropBox</value>
</data>
<data name="ConsumersYandexClientId" xml:space="preserve">
<value>ID</value>
</data>
</root>

View File

@ -502,4 +502,10 @@
<data name="Tariffs_startup" xml:space="preserve">
<value>Aloitus</value>
</data>
<data name="ConsumersBitly" xml:space="preserve">
<value>Bitly</value>
</data>
<data name="ConsumersMailruClientId" xml:space="preserve">
<value>ID</value>
</data>
</root>

View File

@ -862,4 +862,133 @@
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>このアプリを接続すると、WordPressウェブサイトに文書を投稿に使用できます。{0}Wordpress開発者ページでONLYOFFICE統合のために新しいアプリを作成します。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersAppleId" xml:space="preserve">
<value>Apple ID</value>
</data>
<data name="ConsumersauthPwd" xml:space="preserve">
<value>Selectel authPwd</value>
</data>
<data name="ConsumersauthUser" xml:space="preserve">
<value>Selectel authUser</value>
</data>
<data name="ConsumersBitly" xml:space="preserve">
<value>Bitly</value>
</data>
<data name="ConsumersbitlyClientSecret" xml:space="preserve">
<value>apiKey</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
<value>Box</value>
</data>
<data name="ConsumersboxClientId" xml:space="preserve">
<value>Box ID</value>
</data>
<data name="ConsumersDropBox" xml:space="preserve">
<value>DropBox</value>
</data>
<data name="ConsumersfacebookClientSecret" xml:space="preserve">
<value>Facebook キー</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>このアプリを有効にして、ユーザーがLinkedInアカウントを使用してONLYOFFICEにサインインできるようにします。{0}LinkedIn開発者ウェブサイトにアクセスし、新しいアプリONLYOFFICE統合を作成します。受け取ったデータを以下に挿入してください</value>
</data>
<data name="ConsumersLinkedInKey" xml:space="preserve">
<value>Linkedin ID</value>
</data>
<data name="ConsumersMailruClientId" xml:space="preserve">
<value>ID</value>
</data>
<data name="ConsumersMailruInstruction" xml:space="preserve">
<value>Mail.ruアプリケーションを追加すると、プロフィールページでMail.ruアカウントを使用してポータルにサインインすることができるようになります。</value>
</data>
<data name="ConsumersS3bucket" xml:space="preserve">
<value>バケット</value>
</data>
<data name="Consumersskydriveappsecret" xml:space="preserve">
<value>クライアントのシークレット</value>
</data>
<data name="ConsumerstwitterAccessToken_Default" xml:space="preserve">
<value>クライアントID</value>
</data>
<data name="ConsumerstwitterAccessTokenSecret_Default" xml:space="preserve">
<value>クライアントのシークレット</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
<value>API キー</value>
</data>
<data name="ConsumersTwitterSecret" xml:space="preserve">
<value>API キーのシークレット</value>
</data>
<data name="Consumersusername" xml:space="preserve">
<value>Rackspaceのユーザー名</value>
</data>
<data name="ConsumersVk" xml:space="preserve">
<value>VK</value>
</data>
<data name="ConsumersVkClientId" xml:space="preserve">
<value>アプリケーションID</value>
</data>
<data name="ConsumersVkClientSecret" xml:space="preserve">
<value>セキュリティキー</value>
</data>
<data name="ConsumersVkInstruction" xml:space="preserve">
<value>VKアプリケーションを追加すると、プロフィールページでVKアカウントを使用したポータルへのサインインを有効にすることができます。</value>
</data>
<data name="ConsumerswpClientId" xml:space="preserve">
<value>WordPress キー</value>
</data>
<data name="ConsumerswpClientSecret" xml:space="preserve">
<value>WordPress シークレット</value>
</data>
<data name="ConsumersyahooClientId" xml:space="preserve">
<value>クライアントID</value>
</data>
<data name="ConsumersyahooClientSecret" xml:space="preserve">
<value>クライアントのシークレット</value>
</data>
<data name="ConsumersYandexClientId" xml:space="preserve">
<value>ID</value>
</data>
<data name="ConsumersYandexInstruction" xml:space="preserve">
<value>Yandexアプリケーションを追加すると、プロフィールページでYandexアカウントを使用してポータルにサインインすることが可能になります。</value>
</data>
<data name="ErrorDisabledProfile" xml:space="preserve">
<value>現在のプロフィールが停止しています</value>
</data>
<data name="ErrorTenantTooShort" xml:space="preserve">
<value>テナントドメインを空にすることはできません。</value>
</data>
<data name="LicenseErrorExpired" xml:space="preserve">
<value>ライセンスがこのポータルのバージョンに有効ではありません。</value>
</data>
<data name="LicenseErrorPortal" xml:space="preserve">
<value>ポータルの数がライセンスに含まれている数を超えています</value>
</data>
<data name="LicenseUploaded" xml:space="preserve">
<value>アップロード完了</value>
</data>
<data name="LicenseUploadedOverdue" xml:space="preserve">
<value>正常にアップロードされました。{0}このライセンスは{2}.{1}以降、サポートとアップデートが利用できません</value>
</data>
<data name="LicenseUploadedOverdueSupport" xml:space="preserve">
<value>正常にアップロードされました。{0}このライセンスは{2}.{1}からサポートが利用できません</value>
</data>
<data name="PortalName" xml:space="preserve">
<value>オフィス文書用のクラウドスペース</value>
</data>
<data name="SmsTooMuchError" xml:space="preserve">
<value>テキストメッセージの送信数が多すぎます。後で再試行してください。</value>
</data>
<data name="Tariffs_admin" xml:space="preserve">
<value>BUSINESS</value>
</data>
<data name="Tariffs_startup" xml:space="preserve">
<value>STARTUP</value>
</data>
<data name="TfaTooMuchError" xml:space="preserve">
<value>テキストメッセージの送信数が多すぎます。後で再試行してください。</value>
</data>
<data name="TariffsFeature_thirdparty" xml:space="preserve">
<value>サードパーティの統合</value>
</data>
</root>

View File

@ -619,4 +619,7 @@
<data name="Tariffs_startup" xml:space="preserve">
<value>Startup</value>
</data>
<data name="ConsumersMailruClientId" xml:space="preserve">
<value>ID</value>
</data>
</root>

View File

@ -76,4 +76,7 @@
<data name="UnknownLastName" xml:space="preserve">
<value>姓</value>
</data>
<data name="LicenseKeyNotFound" xml:space="preserve">
<value>ライセンスキーの入力が必要です</value>
</data>
</root>

View File

@ -1771,4 +1771,55 @@ Odkaz je platný pouze 7 dní.</value>
<data name="subject_storage_encryption_success" xml:space="preserve">
<value>${LetterLogoText}. Proces šifrování dokončen</value>
</data>
<data name="pattern_request_tariff1" xml:space="preserve">
<value>h1.SAAS Tarifní požadavek pro "${__VirtualRootPath}":"${__VirtualRootPath}"
h3.Křestní jméno
$UserName
h3.Příjmení
$UserLastName
h3. Pozice
$Position
h3.Email
"$UserEmail": "mailto:$UserEmail"
h3.Phone
$Phone
h3.Webové stránky společnosti
$Webové stránky
h3. Název společnosti
$CompanyTitle
h3. Velikost společnosti
$CompanySize
h3. Požadovaný obsah
$Body</value>
</data>
<data name="subject_change_tfa" xml:space="preserve">
<value>${LetterLogoText}. Bezpečnostní oznámení</value>
</data>
<data name="subject_mailbox_created" xml:space="preserve">
<value>${LetterLogoText}. Vytvoření poštovní schránky</value>
</data>
<data name="subject_mailbox_password_changed" xml:space="preserve">
<value>${LetterLogoText}. Změna hesla poštovní schránky</value>
</data>
<data name="subject_personal_activate" xml:space="preserve">
<value>Vítejte v ONLYOFFICE pro osobní použití!</value>
</data>
<data name="subject_reassigns_failed" xml:space="preserve">
<value>${LetterLogoText}. Změna přiřazení uživatelských údajů se nezdařila</value>
</data>
<data name="subject_remove_user_data_completed" xml:space="preserve">
<value>${LetterLogoText}. Odstranění uživatelských dat bylo dokončeno</value>
</data>
<data name="subject_remove_user_data_failed" xml:space="preserve">
<value>${LetterLogoText}. Odstranění uživatelských dat se nezdařilo</value>
</data>
</root>

View File

@ -860,4 +860,10 @@ $GreenButton
<data name="subject_enterprise_admin_activation_v1" xml:space="preserve">
<value>Καλώς ήλθατε στο ONLYOFFICE DocSpace!</value>
</data>
<data name="AcceptDocSpace" xml:space="preserve">
<value>ΑΠΟΔΟΧΉ</value>
</data>
<data name="ButtonConfirmEmail" xml:space="preserve">
<value>ΕΠΙΒΕΒΑΊΩΣΗ</value>
</data>
</root>