Compare commits
42 commits
Author | SHA1 | Date | |
---|---|---|---|
f18112d208 | |||
d11162a788 | |||
97eb236c01 | |||
79699dcb33 | |||
1f034b9c71 | |||
5146930b5b | |||
74ac69b1f0 | |||
8b5c21b0cb | |||
c506c337b7 | |||
337cf309d4 | |||
fa4851527c | |||
115c50ac46 | |||
0ef8130585 | |||
604fcecab4 | |||
b54c22d8f6 | |||
928b7daecd | |||
39fb11356f | |||
41aca4f815 | |||
45d2c9aed5 | |||
077f7365a3 | |||
e6a57fbcdb | |||
be2d4ee48b | |||
b2b52d0308 | |||
b8eb9e7d19 | |||
87b3740ea0 | |||
eccfaed4ce | |||
61b6fc9c8e | |||
ec28658ea6 | |||
f576fb7f4f | |||
6060696778 | |||
82d9a52aae | |||
4b40101451 | |||
fc3878113a | |||
9810645689 | |||
ea5b0ba468 | |||
2e603407fa | |||
d146377de6 | |||
07d37c759e | |||
4ebeb8b7d5 | |||
0f830f2e49 | |||
11d2314856 | |||
c58955c4b0 |
|
@ -9,9 +9,9 @@ android {
|
|||
defaultConfig {
|
||||
applicationId 'com.discord'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
versionCode 124205
|
||||
versionName "124.5 - Alpha"
|
||||
targetSdkVersion 30
|
||||
versionCode 112009
|
||||
versionName "112.9 - Stable"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -1,47 +1,73 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="124205" android:versionName="124.5 - Alpha" android:compileSdkVersion="31" android:compileSdkVersionCodename="12" package="com.discord" platformBuildVersionCode="31" platformBuildVersionName="12">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="112009" android:versionName="112.9 - Stable" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.microphone" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
|
||||
<uses-permission android:name="com.android.vending.BILLING"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH"/>
|
||||
<uses-permission android:name="android.permission.BROADCAST_STICKY"/>
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
|
||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
|
||||
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS"/>
|
||||
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
|
||||
<permission android:label="@string/app_permission_connect_label" android:name="com.discord.permission.CONNECT" android:protectionLevel="dangerous" android:description="@string/app_permission_connect_desc"/>
|
||||
<queries>
|
||||
<package android:name="com.facebook.orca"/>
|
||||
<package android:name="com.whatsapp"/>
|
||||
<package android:name="org.telegram.messenger"/>
|
||||
<package android:name="com.twitter.android"/>
|
||||
<package android:name="jp.naver.line.android"/>
|
||||
<intent>
|
||||
<action android:name="android.support.customtabs.action.CustomTabsService"/>
|
||||
<action android:name="android.intent.action.CHOOSER"/>
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
<data android:scheme="http"/>
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
<data android:scheme="https"/>
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.media.action.IMAGE_CAPTURE"/>
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.PICK"/>
|
||||
<data android:mimeType="image/*"/>
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.GET_CONTENT"/>
|
||||
<data android:mimeType="image/*"/>
|
||||
</intent>
|
||||
<package android:name="com.spotify.music"/>
|
||||
<package android:name="com.samsung.android.game.gametools"/>
|
||||
<package android:name="com.samsung.android.game.gamehome"/>
|
||||
<package android:name="com.authy.authy"/>
|
||||
<package android:name="com.google.android.apps.authenticator2"/>
|
||||
<intent>
|
||||
<action android:name="android.support.customtabs.action.CustomTabsService"/>
|
||||
</intent>
|
||||
</queries>
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
||||
<uses-permission android:name="com.android.vending.BILLING"/>
|
||||
<uses-feature android:name="android.hardware.camera.any" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
|
||||
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
|
||||
<application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_logo_square_canary" android:name="com.discord.MainApplication" android:allowBackup="false" android:largeHeap="true" android:supportsRtl="false" android:extractNativeLibs="false" android:fullBackupContent="@xml/data_extraction_rules_legacy" android:roundIcon="@mipmap/ic_logo_round_canary" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:isSplitRequired="true" android:dataExtractionRules="@xml/data_extraction_rules" android:localeConfig="@xml/locales_config">
|
||||
<activity android:label="@string/app_name" android:name="com.discord.MainActivity" android:exported="true" android:launchMode="singleTask" android:configChanges="screenSize|uiMode|orientation|keyboardHidden|keyboard" android:windowSoftInputMode="adjustResize">
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
<application android:theme="@style/AppTheme_Dark" android:label="@string/discord" android:icon="@mipmap/ic_logo_square" android:name="com.discord.app.App" android:allowBackup="false" android:largeHeap="true" android:supportsRtl="true" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_logo_round" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
|
||||
<activity android:theme="@style/AppTheme_Translucent" android:name="com.discord.samsung.SamsungConnectActivity"/>
|
||||
<activity android:theme="@style/AppTheme_Dark" android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:windowSoftInputMode="stateHidden|adjustResize"/>
|
||||
<activity android:theme="@style/AppTheme_Loading" android:name="com.discord.app.AppActivity$Main" android:exported="true" android:launchMode="singleTask" android:screenOrientation="fullUser" android:windowSoftInputMode="stateHidden|adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
@ -64,13 +90,30 @@
|
|||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/users/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/feature/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/feature/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/discovery"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/discovery"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/query/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/query/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/ra/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/events/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/events/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/__development/link"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/mweb-handoff"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/app"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/app"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/gifts/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/gifts/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/invite/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/invite/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/template/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/template/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/channels/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/channels/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/users/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/users/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/discovery"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/discovery"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/ra/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/events/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/events/.*"/>
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
|
@ -100,29 +143,17 @@
|
|||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/connect/authorize"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/connect/authorize"/>
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
|
||||
</activity>
|
||||
<activity android:name="com.discord.app.AppActivity$Call" android:excludeFromRecents="true" android:launchMode="singleTask"/>
|
||||
<activity android:name="com.discord.app.AppActivity$IncomingCall" android:excludeFromRecents="true" android:launchMode="singleTask" android:showOnLockScreen="true" android:showWhenLocked="true" android:turnScreenOn="true"/>
|
||||
<activity android:theme="@style/AppTheme_Loading" android:label="@string/discord" android:name="com.discord.app.AppActivity$AppAction" android:exported="true" android:launchMode="standard" android:windowSoftInputMode="stateHidden|adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="com.discord.intent.action.SDK"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.OPENABLE"/>
|
||||
<data android:scheme="discord" android:host="sdk" android:pathPattern="/.*"/>
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="com.discord.intent.action.CONNECT"/>
|
||||
<data android:scheme="discord" android:host="app" android:pathPattern="/connect/.*"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service android:name="com.discord.notifications.fcm.MessagingService" android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:name="com.discord.foreground_service.ForegroundService" android:foregroundServiceType="microphone|camera|mediaProjection|phoneCall"/>
|
||||
<receiver android:name="com.discord.notifications.actions.NotificationActions" android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="com.discord.intent.action.NOTIFICATION_ACTION"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<activity android:name="com.discord.share.ShareActivity" android:exported="true" android:configChanges="screenSize|uiMode|orientation|keyboardHidden|keyboard" android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND"/>
|
||||
<action android:name="android.intent.action.SEND_MULTIPLE"/>
|
||||
|
@ -130,68 +161,137 @@
|
|||
<category android:name="android.intent.category.OPENABLE"/>
|
||||
<data android:mimeType="*/*"/>
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.service.chooser.chooser_target_service" android:value="androidx.sharetarget.ChooserTargetServiceCompat"/>
|
||||
</activity>
|
||||
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
|
||||
<service android:name="com.discord.react.headless_tasks.service.HeadlessTasksService"/>
|
||||
<receiver android:name="com.discord.file_downloader.PublicFileDownloader.PublicFileDownloadBroadcastReceiver" android:exported="true">
|
||||
<activity android:name="com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity" android:exported="true"/>
|
||||
<service android:name="com.discord.utilities.fcm.NotificationClient$FCMMessagingService" android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
||||
<action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:name="com.discord.app.DiscordConnectService" android:permission="com.discord.permission.CONNECT" android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.discord.intent.action.CONNECT"/>
|
||||
<data android:scheme="discord" android:host="app" android:pathPattern="/connect/.*"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:name="com.discord.utilities.voice.DiscordOverlayService" android:exported="false"/>
|
||||
<meta-data android:name="com.discord.features.FLAG" android:value="1"/>
|
||||
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/asset_default_avatar_64dp"/>
|
||||
<meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/brand_new_500"/>
|
||||
<receiver android:name="com.discord.utilities.fcm.NotificationActions" android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="com.discord.intent.action.ENQUEUE_WORK"/>
|
||||
<action android:name="com.discord.intent.action.NOTIFICATION_DELETED"/>
|
||||
<action android:name="com.discord.intent.action.NOTIFICATION_CANCEL"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.discord.utilities.io.NetworkUtils$NetworkDownloadReceiver" android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.adjust.sdk.AdjustReferrerReceiver" android:permission="android.permission.INSTALL_PACKAGES" android:exported="true">
|
||||
<service android:name="com.discord.utilities.voice.VoiceEngineForegroundService" android:foregroundServiceType="mediaProjection"/>
|
||||
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.discord.file-provider" android:grantUriPermissions="true">
|
||||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
|
||||
</provider>
|
||||
<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true"/>
|
||||
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
|
||||
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
|
||||
<meta-data android:name="libdiscord_version" android:value="89.0.26-pixel6-hwdec"/>
|
||||
<activity android:theme="@style/res_2131952270_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
|
||||
<service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.vending.INSTALL_REFERRER"/>
|
||||
<action android:name="android.service.chooser.ChooserTargetService"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.discord.provider" android:grantUriPermissions="true">
|
||||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths"/>
|
||||
</provider>
|
||||
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity"/>
|
||||
<provider android:name="com.imagepicker.ImagePickerProvider" android:exported="false" android:authorities="com.discord.imagepickerprovider" android:grantUriPermissions="true">
|
||||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/imagepicker_provider_paths"/>
|
||||
</provider>
|
||||
<meta-data android:name="io.sentry.auto-init" android:value="false"/>
|
||||
<provider android:name="com.reactnativecommunity.webview.RNCWebViewFileProvider" android:exported="false" android:authorities="com.discord.fileprovider" android:grantUriPermissions="true">
|
||||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_provider_paths"/>
|
||||
</provider>
|
||||
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
</service>
|
||||
<receiver android:name="com.google.android.gms.analytics.AnalyticsReceiver" android:enabled="true" android:exported="false"/>
|
||||
<service android:name="com.google.android.gms.analytics.AnalyticsService" android:enabled="true" android:exported="false"/>
|
||||
<service android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false"/>
|
||||
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true"/>
|
||||
<service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" android:visibleToInstantApps="true"/>
|
||||
<service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.ktx.FirebaseMessagingKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.iid.Registrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.ndk.CrashlyticsNdkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.CrashlyticsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.ktx.FirebaseCommonKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
</service>
|
||||
<service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true">
|
||||
<intent-filter android:priority="-500">
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
</service>
|
||||
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.jakewharton.processphoenix.ProcessPhoenix" android:exported="false" android:process=":phoenix"/>
|
||||
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true"/>
|
||||
<service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" android:visibleToInstantApps="true"/>
|
||||
<receiver android:name="com.google.android.gms.analytics.AnalyticsReceiver" android:enabled="true" android:exported="false"/>
|
||||
<service android:name="com.google.android.gms.analytics.AnalyticsService" android:enabled="true" android:exported="false"/>
|
||||
<service android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false"/>
|
||||
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false"/>
|
||||
<receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false"/>
|
||||
<service android:name="com.google.android.gms.measurement.AppMeasurementService" android:enabled="true" android:exported="false"/>
|
||||
<service android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false"/>
|
||||
<provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.discord.firebaseinitprovider" android:initOrder="100" android:directBootAware="true"/>
|
||||
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
|
||||
<provider android:name="io.sentry.android.core.SentryInitProvider" android:exported="false" android:authorities="com.discord.SentryInitProvider"/>
|
||||
<provider android:name="io.sentry.android.core.SentryPerformanceProvider" android:exported="false" android:authorities="com.discord.SentryPerformanceProvider" android:initOrder="200"/>
|
||||
<provider android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.discord.lifecycle-process"/>
|
||||
<provider android:name="androidx.work.impl.WorkManagerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.discord.workmanager-init" android:directBootAware="false"/>
|
||||
<service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false"/>
|
||||
<service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:directBootAware="false"/>
|
||||
<service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:directBootAware="false"/>
|
||||
<receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" android:enabled="true" android:exported="false" android:directBootAware="false"/>
|
||||
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.ACTION_POWER_CONNECTED"/>
|
||||
<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BATTERY_OKAY"/>
|
||||
<action android:name="android.intent.action.BATTERY_LOW"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DEVICE_STORAGE_LOW"/>
|
||||
<action android:name="android.intent.action.DEVICE_STORAGE_OK"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" android:enabled="false" android:exported="false" android:directBootAware="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED"/>
|
||||
<action android:name="android.intent.action.TIME_SET"/>
|
||||
<action android:name="android.intent.action.TIMEZONE_CHANGED"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false">
|
||||
<intent-filter>
|
||||
<action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
|
||||
<intent-filter>
|
||||
<action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false">
|
||||
<meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct"/>
|
||||
</service>
|
||||
<service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/>
|
||||
<receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false"/>
|
||||
<meta-data android:name="com.google.android.play.billingclient.version" android:value="4.1.0"/>
|
||||
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.android.billingclient.api.ProxyBillingActivity" android:exported="false" android:configChanges="screenSize|screenLayout|orientation|keyboardHidden|keyboard"/>
|
||||
<meta-data android:name="com.android.vending.splits.required" android:value="true"/>
|
||||
<meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store"/>
|
||||
<meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_DISTRIBUTION_APK"/>
|
||||
<meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0"/>
|
||||
<meta-data android:name="com.android.vending.derived.apk.id" android:value="3"/>
|
||||
<service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true"/>
|
||||
<meta-data android:name="com.google.android.play.billingclient.version" android:value="4.0.0"/>
|
||||
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.android.billingclient.api.ProxyBillingActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
||||
<meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
1
app/src/main/assets/animations/anim_boost_activated.json
Normal file
1
app/src/main/assets/animations/anim_verify_by_email.json
Normal file
1
app/src/main/assets/animations/anim_verify_by_phone.json
Normal file
1
app/src/main/assets/data/canadian-provinces.json
Normal file
|
@ -0,0 +1 @@
|
|||
[{"label":"Alberta","value":"AB"},{"label":"British Columbia","value":"BC"},{"label":"Manitoba","value":"MB"},{"label":"New Brunswick","value":"NB"},{"label":"Newfoundland and Labrador","value":"NL"},{"label":"Nova Scotia","value":"NS"},{"label":"Ontario","value":"ON"},{"label":"Prince Edward Island","value":"PE"},{"label":"Quebec","value":"QC"},{"label":"Saskatchewan","value":"SK"},{"label":"Northwest Territories","value":"NT"},{"label":"Nunavut","value":"NU"},{"label":"Yukon","value":"YT"}]
|
1
app/src/main/assets/data/country-codes.json
Normal file
255
app/src/main/assets/data/emoji-shortcuts.json
Normal file
|
@ -0,0 +1,255 @@
|
|||
[
|
||||
{
|
||||
"emoji": "angry",
|
||||
"shortcuts": [
|
||||
">:(",
|
||||
">:-(",
|
||||
">=(",
|
||||
">=-("
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "blush",
|
||||
"shortcuts": [
|
||||
":\")",
|
||||
":-\")",
|
||||
"=\")",
|
||||
"=-\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "broken_heart",
|
||||
"shortcuts": [
|
||||
"</3",
|
||||
"<\\3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "confused",
|
||||
"shortcuts": [
|
||||
":-\\",
|
||||
":-/",
|
||||
"=-\\",
|
||||
"=-/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "cry",
|
||||
"shortcuts": [
|
||||
":'(",
|
||||
":'-(",
|
||||
":,(",
|
||||
":,-(",
|
||||
"='(",
|
||||
"='-(",
|
||||
"=,(",
|
||||
"=,-("
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "frowning",
|
||||
"shortcuts": [
|
||||
":(",
|
||||
":-(",
|
||||
"=(",
|
||||
"=-("
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "heart",
|
||||
"shortcuts": [
|
||||
"<3",
|
||||
"♡"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "imp",
|
||||
"shortcuts": [
|
||||
"]:(",
|
||||
"]:-(",
|
||||
"]=(",
|
||||
"]=-("
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "innocent",
|
||||
"shortcuts": [
|
||||
"o:)",
|
||||
"O:)",
|
||||
"o:-)",
|
||||
"O:-)",
|
||||
"0:)",
|
||||
"0:-)",
|
||||
"o=)",
|
||||
"O=)",
|
||||
"o=-)",
|
||||
"O=-)",
|
||||
"0=)",
|
||||
"0=-)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "joy",
|
||||
"shortcuts": [
|
||||
":')",
|
||||
":'-)",
|
||||
":,)",
|
||||
":,-)",
|
||||
":'D",
|
||||
":'-D",
|
||||
":,D",
|
||||
":,-D",
|
||||
"=')",
|
||||
"='-)",
|
||||
"=,)",
|
||||
"=,-)",
|
||||
"='D",
|
||||
"='-D",
|
||||
"=,D",
|
||||
"=,-D"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "kissing",
|
||||
"shortcuts": [
|
||||
":*",
|
||||
":-*",
|
||||
"=*",
|
||||
"=-*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "laughing",
|
||||
"shortcuts": [
|
||||
"x-)",
|
||||
"X-)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "neutral_face",
|
||||
"shortcuts": [
|
||||
":|",
|
||||
":-|",
|
||||
"=|",
|
||||
"=-|"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "open_mouth",
|
||||
"shortcuts": [
|
||||
":o",
|
||||
":-o",
|
||||
":O",
|
||||
":-O",
|
||||
"=o",
|
||||
"=-o",
|
||||
"=O",
|
||||
"=-O"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "rage",
|
||||
"shortcuts": [
|
||||
":@",
|
||||
":-@",
|
||||
"=@",
|
||||
"=-@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "smile",
|
||||
"shortcuts": [
|
||||
":D",
|
||||
":-D",
|
||||
"=D",
|
||||
"=-D"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "slight_smile",
|
||||
"shortcuts": [
|
||||
":)",
|
||||
":-)",
|
||||
"=)",
|
||||
"=-)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "smiling_imp",
|
||||
"shortcuts": [
|
||||
"]:)",
|
||||
"]:-)",
|
||||
"]=)",
|
||||
"]=-)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "sob",
|
||||
"shortcuts": [
|
||||
":,'(",
|
||||
":,'-(",
|
||||
";(",
|
||||
";-(",
|
||||
"=,'(",
|
||||
"=,'-("
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "stuck_out_tongue",
|
||||
"shortcuts": [
|
||||
":P",
|
||||
":-P",
|
||||
"=P",
|
||||
"=-P"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "sunglasses",
|
||||
"shortcuts": [
|
||||
"8-)",
|
||||
"B-)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "sweat",
|
||||
"shortcuts": [
|
||||
",:(",
|
||||
",:-(",
|
||||
",=(",
|
||||
",=-("
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "sweat_smile",
|
||||
"shortcuts": [
|
||||
",:)",
|
||||
",:-)",
|
||||
",=)",
|
||||
",=-)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "unamused",
|
||||
"shortcuts": [
|
||||
":s",
|
||||
":-S",
|
||||
":z",
|
||||
":-Z",
|
||||
":$",
|
||||
":-$",
|
||||
"=s",
|
||||
"=-S",
|
||||
"=z",
|
||||
"=-Z",
|
||||
"=$",
|
||||
"=-$"
|
||||
]
|
||||
},
|
||||
{
|
||||
"emoji": "wink",
|
||||
"shortcuts": [
|
||||
";)",
|
||||
";-)"
|
||||
]
|
||||
}
|
||||
]
|
1
app/src/main/assets/data/emojis.json
Normal file
1
app/src/main/assets/data/states.json
Normal file
|
@ -0,0 +1 @@
|
|||
[{"label":"Alabama","value":"AL"},{"label":"Alaska","value":"AK"},{"label":"American Samoa","value":"AS"},{"label":"Arizona","value":"AZ"},{"label":"Arkansas","value":"AR"},{"label":"Armed Forces: Americas","value":"AA"},{"label":"Armed Forces: Europe","value":"AE"},{"label":"Armed Forces: Pacific","value":"AP"},{"label":"California","value":"CA"},{"label":"Colorado","value":"CO"},{"label":"Connecticut","value":"CT"},{"label":"Delaware","value":"DE"},{"label":"District Of Columbia","value":"DC"},{"label":"Federated States Of Micronesia","value":"FM"},{"label":"Florida","value":"FL"},{"label":"Georgia","value":"GA"},{"label":"Guam","value":"GU"},{"label":"Hawaii","value":"HI"},{"label":"Idaho","value":"ID"},{"label":"Illinois","value":"IL"},{"label":"Indiana","value":"IN"},{"label":"Iowa","value":"IA"},{"label":"Kansas","value":"KS"},{"label":"Kentucky","value":"KY"},{"label":"Louisiana","value":"LA"},{"label":"Maine","value":"ME"},{"label":"Marshall Islands","value":"MH"},{"label":"Maryland","value":"MD"},{"label":"Massachusetts","value":"MA"},{"label":"Michigan","value":"MI"},{"label":"Minnesota","value":"MN"},{"label":"Mississippi","value":"MS"},{"label":"Missouri","value":"MO"},{"label":"Montana","value":"MT"},{"label":"Nebraska","value":"NE"},{"label":"Nevada","value":"NV"},{"label":"New Hampshire","value":"NH"},{"label":"New Jersey","value":"NJ"},{"label":"New Mexico","value":"NM"},{"label":"New York","value":"NY"},{"label":"North Carolina","value":"NC"},{"label":"North Dakota","value":"ND"},{"label":"Northern Mariana Islands","value":"MP"},{"label":"Ohio","value":"OH"},{"label":"Oklahoma","value":"OK"},{"label":"Oregon","value":"OR"},{"label":"Palau","value":"PW"},{"label":"Pennsylvania","value":"PA"},{"label":"Puerto Rico","value":"PR"},{"label":"Rhode Island","value":"RI"},{"label":"South Carolina","value":"SC"},{"label":"South Dakota","value":"SD"},{"label":"Tennessee","value":"TN"},{"label":"Texas","value":"TX"},{"label":"Utah","value":"UT"},{"label":"Vermont","value":"VT"},{"label":"Virgin Islands","value":"VI"},{"label":"Virginia","value":"VA"},{"label":"Washington","value":"WA"},{"label":"West Virginia","value":"WV"},{"label":"Wisconsin","value":"WI"},{"label":"Wyoming","value":"WY"}]
|
162
app/src/main/assets/hcaptcha-form.html
Normal file
|
@ -0,0 +1,162 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
#hcaptcha-container {
|
||||
margin-top: 5px;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
/* overwrite hCaptcha iframe overlay which adds a #FFF background with opacity 0.05 */
|
||||
div > div:nth-child(2) {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="hcaptcha-container"></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
// Android will inject this bridge object as `JSInterface`
|
||||
// Browser is missing it so we mock it
|
||||
var BridgeObject = window.JSInterface || {
|
||||
getConfig: function getConfig() {
|
||||
return JSON.stringify({
|
||||
siteKey: '10000000-ffff-ffff-ffff-000000000001',
|
||||
locale: 'ro',
|
||||
size: 'compact',
|
||||
theme: 'dark',
|
||||
sentry: true,
|
||||
rqdata: null,
|
||||
apiEndpoint: 'https://hcaptcha.com/1/api.js',
|
||||
endpoint: null,
|
||||
assethost: null,
|
||||
imghost: null,
|
||||
reportapi: null
|
||||
});
|
||||
},
|
||||
onPass: function onPass(token) {
|
||||
return console.log("pass: token ".concat(token));
|
||||
},
|
||||
onError: function onError(errCode) {
|
||||
return console.log("error: code ".concat(errCode));
|
||||
},
|
||||
onLoaded: function onLoaded() {
|
||||
return console.log('cb: challenge or checkbox is visible');
|
||||
}
|
||||
};
|
||||
var bridgeConfig = JSON.parse(BridgeObject.getConfig());
|
||||
|
||||
function getRenderConfig() {
|
||||
return {
|
||||
sitekey: bridgeConfig.siteKey,
|
||||
size: bridgeConfig.size,
|
||||
theme: bridgeConfig.theme,
|
||||
'callback': function callback(token) {
|
||||
return BridgeObject.onPass(token);
|
||||
},
|
||||
'expired-callback': function expiredCallback() {
|
||||
return BridgeObject.onError(15);
|
||||
},
|
||||
'chalexpired-callback': function chalexpiredCallback() {
|
||||
return BridgeObject.onError(15);
|
||||
},
|
||||
'close-callback': function closeCallback() {
|
||||
return BridgeObject.onError(30);
|
||||
},
|
||||
'error-callback': function errorCallback() {
|
||||
return BridgeObject.onError(31);
|
||||
},
|
||||
'open-callback': function openCallback() {
|
||||
return BridgeObject.onLoaded();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
function onHcaptchaLoaded() {
|
||||
try {
|
||||
var renderConfig = getRenderConfig();
|
||||
var rqdata = bridgeConfig.rqdata;
|
||||
var hCaptchaID = hcaptcha.render('hcaptcha-container', renderConfig);
|
||||
|
||||
if (rqdata) {
|
||||
hcaptcha.setData(hCaptchaID, {
|
||||
rqdata: rqdata
|
||||
});
|
||||
}
|
||||
|
||||
if (renderConfig.size === 'invisible') {
|
||||
hcaptcha.execute(hCaptchaID);
|
||||
} else {
|
||||
BridgeObject.onLoaded();
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
BridgeObject.onError(29);
|
||||
}
|
||||
}
|
||||
|
||||
function addQueryParamIfDefined(url, queryName, queryValue) {
|
||||
if (queryValue !== undefined && queryValue !== null) {
|
||||
var link = url.indexOf('?') !== -1 ? '&' : '?';
|
||||
return url + link + queryName + '=' + encodeURIComponent(queryValue);
|
||||
}
|
||||
|
||||
return url;
|
||||
}
|
||||
|
||||
function loadApi() {
|
||||
var siteKey = bridgeConfig.siteKey;
|
||||
var locale = bridgeConfig.locale;
|
||||
var sentry = bridgeConfig.sentry;
|
||||
var apiEndpoint = bridgeConfig.apiEndpoint;
|
||||
var endpoint = bridgeConfig.endpoint;
|
||||
var assethost = bridgeConfig.assethost;
|
||||
var imghost = bridgeConfig.imghost;
|
||||
var reportapi = bridgeConfig.reportapi;
|
||||
var host = siteKey + '.android-sdk.hcaptcha.com';
|
||||
var scriptSrc = apiEndpoint + '?render=explicit&onload=' + onHcaptchaLoaded.name;
|
||||
scriptSrc = addQueryParamIfDefined(scriptSrc, 'recaptchacompat', 'off');
|
||||
scriptSrc = addQueryParamIfDefined(scriptSrc, 'hl', locale);
|
||||
scriptSrc = addQueryParamIfDefined(scriptSrc, 'host', host);
|
||||
scriptSrc = addQueryParamIfDefined(scriptSrc, 'sentry', sentry);
|
||||
scriptSrc = addQueryParamIfDefined(scriptSrc, 'endpoint', endpoint);
|
||||
scriptSrc = addQueryParamIfDefined(scriptSrc, 'assethost', assethost);
|
||||
scriptSrc = addQueryParamIfDefined(scriptSrc, 'imghost', imghost);
|
||||
scriptSrc = addQueryParamIfDefined(scriptSrc, 'reportapi', reportapi);
|
||||
var script = document.createElement('script');
|
||||
script.async = true;
|
||||
script.src = scriptSrc;
|
||||
|
||||
script.onerror = function () {
|
||||
// network issue
|
||||
BridgeObject.onError(7);
|
||||
};
|
||||
|
||||
document.head.appendChild(script);
|
||||
}
|
||||
|
||||
document.body.onclick = function () {
|
||||
if (window.hcaptcha) {
|
||||
window.hcaptcha.close();
|
||||
} else {
|
||||
BridgeObject.onError(30);
|
||||
}
|
||||
};
|
||||
|
||||
loadApi();
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
BIN
app/src/main/assets/images/default_avatar_0.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
app/src/main/assets/images/default_avatar_1.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
app/src/main/assets/images/default_avatar_2.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
app/src/main/assets/images/default_avatar_3.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
app/src/main/assets/images/default_avatar_4.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
app/src/main/assets/images/default_avatar_5.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
app/src/main/assets/images/default_hash.jpg
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
app/src/main/assets/images/default_icon.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
app/src/main/assets/images/default_icon_selected.jpg
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/assets/images/default_mention.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
app/src/main/assets/images/group_dm_icon_0.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
app/src/main/assets/images/group_dm_icon_1.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
app/src/main/assets/images/group_dm_icon_2.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
app/src/main/assets/images/group_dm_icon_3.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/assets/images/group_dm_icon_4.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
app/src/main/assets/images/group_dm_icon_5.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/assets/images/group_dm_icon_6.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
app/src/main/assets/images/group_dm_icon_7.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
app/src/main/assets/images/system_user_avatar.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
|
@ -1,149 +0,0 @@
|
|||
# calendar type (cldr-spec)
|
||||
type=islamic-diyanet
|
||||
|
||||
# source=http://www.staff.science.uu.nl/~gent0113/islam/diyanetcalendar.htm (viewed at September 2015)
|
||||
version=1.0-201509
|
||||
|
||||
# minimum hijri year
|
||||
min=1318
|
||||
|
||||
# maximum hijri year
|
||||
max=1444
|
||||
|
||||
# ISO-8601-date corresponding to first hijri date
|
||||
iso-start=1900-05-01
|
||||
|
||||
# ISO-8601-date corresponding to last hijri date
|
||||
# iso-end=2022-12-23 (informational)
|
||||
|
||||
# tabular data-------------------------------------------
|
||||
# - every row denotes an islamic year in hijri calendar
|
||||
# - every cell indicates the count of days in hijri month
|
||||
# -------------------------------------------------------
|
||||
1318=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1319=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1320=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1321=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1322=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1323=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1324=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1325=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1326=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1327=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1328=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1329=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1330=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1331=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1332=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1333=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1334=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1335=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1336=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1337=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1338=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1339=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1340=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1341=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1342=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1343=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1344=30 29 30 29 30 29 30 29 29 29 30 30
|
||||
1345=30 30 29 30 30 29 30 29 29 30 29 30
|
||||
1346=29 30 29 30 30 30 29 30 29 30 29 29
|
||||
1347=29 30 29 30 30 30 29 30 30 29 30 29
|
||||
1348=29 29 30 29 30 30 29 30 30 29 30 29
|
||||
1349=30 29 29 30 30 29 30 29 30 30 29 30
|
||||
1350=29 30 29 30 29 30 29 29 30 30 29 30
|
||||
1351=30 30 29 29 30 29 30 29 29 30 29 30
|
||||
1352=30 29 30 30 30 29 29 30 29 29 30 29
|
||||
1353=30 29 30 30 30 30 29 29 29 30 29 30
|
||||
1354=29 30 29 30 30 30 29 29 30 30 29 29
|
||||
1355=30 29 29 30 30 30 30 29 29 30 30 29
|
||||
1356=29 30 29 30 29 30 30 29 29 30 30 30
|
||||
1357=29 29 30 29 30 29 30 29 29 30 30 30
|
||||
1358=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1359=30 29 30 30 29 29 30 29 29 30 29 30
|
||||
1360=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1361=30 30 29 30 29 30 30 29 30 29 29 30
|
||||
1362=29 30 29 30 29 30 30 29 30 29 30 29
|
||||
1363=30 29 30 29 30 29 30 29 30 30 29 30
|
||||
1364=30 29 29 30 29 29 30 29 30 30 29 30
|
||||
1365=30 30 29 29 30 29 29 30 30 29 29 30
|
||||
1366=30 30 29 30 29 30 29 29 30 29 30 29
|
||||
1367=30 30 30 29 30 29 30 29 29 30 29 30
|
||||
1368=29 30 30 29 30 30 29 30 29 29 30 29
|
||||
1369=30 29 30 29 30 30 29 30 29 30 30 29
|
||||
1370=30 29 29 30 29 30 29 30 30 29 30 30
|
||||
1371=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1372=30 29 30 29 29 30 29 29 30 29 30 30
|
||||
1373=30 30 29 29 30 29 30 29 29 30 29 30
|
||||
1374=30 30 29 30 29 30 29 30 29 29 30 30
|
||||
1375=29 30 29 30 30 29 30 29 30 29 30 29
|
||||
1376=30 29 29 30 29 30 30 30 29 30 29 30
|
||||
1377=29 30 29 29 30 29 30 30 29 30 30 29
|
||||
1378=30 29 29 30 29 29 30 30 29 30 30 30
|
||||
1379=29 30 29 29 30 29 29 30 30 29 30 30
|
||||
1380=29 30 29 30 29 30 29 30 29 29 30 30
|
||||
1381=29 30 29 30 30 29 30 29 30 29 29 30
|
||||
1382=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1383=30 29 30 29 30 30 29 30 30 29 30 29
|
||||
1384=29 30 29 29 30 30 29 30 30 30 29 30
|
||||
1385=29 29 30 29 29 30 30 29 30 30 29 30
|
||||
1386=30 29 29 30 29 29 30 30 29 30 29 30
|
||||
1387=30 29 30 29 30 29 30 29 29 30 30 29
|
||||
1388=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1389=30 30 29 30 30 29 30 30 29 29 30 29
|
||||
1390=29 30 29 30 30 30 30 29 30 29 29 30
|
||||
1391=29 29 30 29 30 30 30 29 30 29 30 29
|
||||
1392=30 29 29 30 29 30 30 29 30 29 30 30
|
||||
1393=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1394=30 29 30 29 29 30 30 29 29 29 30 30
|
||||
1395=30 29 30 30 29 29 30 29 29 30 29 30
|
||||
1396=30 29 30 30 29 30 30 29 29 29 30 29
|
||||
1397=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1398=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1399=30 29 30 29 30 29 30 30 29 30 29 30
|
||||
1400=29 30 29 30 29 29 30 29 30 30 29 30
|
||||
1401=30 29 30 29 30 29 30 29 29 30 29 30
|
||||
1402=30 30 29 30 29 30 29 30 29 29 29 30
|
||||
1403=30 30 29 30 30 29 30 29 30 29 29 29
|
||||
1404=30 30 29 30 30 30 29 30 29 29 30 29
|
||||
1405=30 29 30 29 30 30 29 30 30 29 29 30
|
||||
1406=29 30 29 29 30 30 29 30 30 29 30 29
|
||||
1407=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1408=29 30 29 30 29 30 29 30 29 29 30 30
|
||||
1409=29 30 30 29 30 29 30 29 29 30 29 30
|
||||
1410=29 30 30 29 30 30 29 30 29 29 30 29
|
||||
1411=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1412=29 29 30 30 29 30 30 30 29 30 29 30
|
||||
1413=29 29 29 30 30 29 30 30 29 30 30 29
|
||||
1414=29 30 29 30 29 29 30 30 29 30 30 30
|
||||
1415=29 29 30 29 30 29 29 30 30 29 30 30
|
||||
1416=29 30 29 30 29 30 29 29 30 30 29 30
|
||||
1417=29 30 29 30 30 29 30 29 30 29 30 30
|
||||
1418=29 29 30 29 30 30 29 30 29 30 29 29
|
||||
1419=30 29 30 29 30 30 29 30 30 29 30 29
|
||||
1420=29 30 29 30 29 30 29 30 30 30 29 30
|
||||
1421=29 30 29 29 29 30 29 30 30 30 29 30
|
||||
1422=30 29 30 29 29 29 30 29 30 30 29 30
|
||||
1423=30 30 29 30 29 29 29 30 29 30 29 30
|
||||
1424=30 30 29 30 29 30 29 30 29 29 30 29
|
||||
1425=30 30 29 30 30 29 30 29 30 29 29 30
|
||||
1426=29 30 29 30 30 29 30 30 29 30 29 30
|
||||
1427=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1428=30 29 29 30 29 30 29 30 29 30 30 30
|
||||
1429=29 30 29 29 30 29 30 29 29 30 30 30
|
||||
1430=29 30 29 30 29 30 29 29 30 29 30 29
|
||||
1431=30 30 30 29 30 29 30 29 29 30 29 30
|
||||
1432=29 30 30 29 30 30 29 30 29 29 30 29
|
||||
1433=30 29 30 29 30 30 30 29 30 29 29 30
|
||||
1434=29 30 29 30 29 30 30 29 30 30 29 29
|
||||
1435=30 29 30 29 30 29 30 29 30 30 29 30
|
||||
1436=30 29 30 29 29 30 29 30 29 30 30 29
|
||||
1437=30 29 30 30 29 29 30 29 29 30 30 29
|
||||
1438=30 30 29 30 30 29 29 30 29 29 30 29
|
||||
1439=30 30 29 30 30 30 29 29 30 29 29 30
|
||||
1440=29 30 29 30 30 30 29 30 30 29 29 29
|
||||
1441=30 29 30 29 30 30 29 30 30 29 30 29
|
||||
1442=29 30 29 30 29 30 29 30 30 30 29 30
|
||||
1443=29 29 30 29 30 29 30 29 30 30 29 30
|
||||
1444=29 30 30 29 29
|
|
@ -1,223 +0,0 @@
|
|||
# calendar type (cldr-spec)
|
||||
type=islamic-umalqura
|
||||
|
||||
# source=http://www.ummulqura.org.sa/index.aspx (viewed at June 2015)
|
||||
version=1.0-201506
|
||||
|
||||
# minimum hijri year
|
||||
min=1300
|
||||
|
||||
# maximum hijri year
|
||||
max=1500
|
||||
|
||||
# ISO-8601-date corresponding to first hijri date
|
||||
iso-start=1882-11-12
|
||||
|
||||
# ISO-8601-date corresponding to last hijri date
|
||||
# iso-end=2077-11-16 (informational)
|
||||
|
||||
# tabular data-------------------------------------------
|
||||
# - every row denotes an islamic year in hijri calendar
|
||||
# - every cell indicates the count of days in hijri month
|
||||
# -------------------------------------------------------
|
||||
1300=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1301=30 30 29 30 29 30 29 30 29 30 29 29
|
||||
1302=30 30 30 29 30 30 29 29 30 29 29 30
|
||||
1303=29 30 30 29 30 30 29 30 29 30 29 29
|
||||
1304=29 30 30 29 30 30 30 29 30 29 30 29
|
||||
1305=29 29 30 30 29 30 30 29 30 30 29 29
|
||||
1306=30 29 30 29 30 29 30 29 30 30 29 30
|
||||
1307=29 30 29 30 29 30 29 30 29 30 29 30
|
||||
1308=29 30 30 29 30 29 30 29 30 29 29 30
|
||||
1309=29 30 30 30 30 29 29 30 29 29 30 29
|
||||
1310=30 29 30 30 30 29 30 29 30 29 29 30
|
||||
1311=29 30 29 30 30 30 29 30 29 30 29 29
|
||||
1312=30 29 30 29 30 30 29 30 30 29 30 29
|
||||
1313=29 30 29 30 29 30 29 30 30 30 29 29
|
||||
1314=30 30 29 30 29 29 30 29 30 30 29 30
|
||||
1315=29 30 30 29 30 29 29 30 29 30 29 30
|
||||
1316=29 30 30 30 29 30 29 29 30 29 30 29
|
||||
1317=30 29 30 30 29 30 29 30 29 30 29 29
|
||||
1318=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1319=29 30 29 30 30 29 30 29 30 30 29 30
|
||||
1320=29 30 29 29 30 29 30 29 30 30 30 29
|
||||
1321=30 29 30 29 29 30 29 29 30 30 30 30
|
||||
1322=29 30 29 30 29 29 29 30 29 30 30 30
|
||||
1323=29 30 30 29 30 29 29 29 30 29 30 30
|
||||
1324=29 30 30 29 30 29 30 29 29 30 29 30
|
||||
1325=30 29 30 29 30 30 29 30 29 30 29 30
|
||||
1326=29 29 30 29 30 30 29 30 29 30 30 29
|
||||
1327=30 29 29 30 29 30 29 30 30 29 30 30
|
||||
1328=29 30 29 29 30 29 29 30 30 30 29 30
|
||||
1329=30 29 30 29 29 30 29 29 30 30 29 30
|
||||
1330=30 30 29 30 29 29 30 29 29 30 30 29
|
||||
1331=30 30 29 30 30 29 29 30 29 30 29 30
|
||||
1332=29 30 29 30 30 29 30 29 30 30 29 29
|
||||
1333=30 29 29 30 30 29 30 30 29 30 30 29
|
||||
1334=29 29 30 29 30 29 30 30 30 29 30 29
|
||||
1335=30 29 30 29 29 30 29 30 30 29 30 30
|
||||
1336=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1337=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1338=29 30 30 29 30 30 29 29 30 29 30 29
|
||||
1339=30 29 30 29 30 30 30 29 30 29 29 30
|
||||
1340=29 29 30 29 30 30 30 30 29 30 29 29
|
||||
1341=30 29 29 30 29 30 30 30 29 30 30 29
|
||||
1342=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1343=30 29 29 30 29 30 29 30 29 30 30 29
|
||||
1344=30 29 30 29 30 30 29 29 30 29 30 29
|
||||
1345=30 29 30 30 30 29 30 29 29 30 29 29
|
||||
1346=30 29 30 30 30 30 29 30 29 29 30 29
|
||||
1347=29 30 29 30 30 30 29 30 30 29 29 30
|
||||
1348=29 29 30 29 30 30 29 30 30 30 29 29
|
||||
1349=30 29 29 30 29 30 30 29 30 30 29 30
|
||||
1350=29 30 29 30 29 30 29 29 30 30 29 30
|
||||
1351=30 29 30 29 30 29 30 29 29 30 29 30
|
||||
1352=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1353=30 29 30 30 30 29 30 29 29 30 29 30
|
||||
1354=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1355=30 29 29 30 30 29 30 30 29 30 30 29
|
||||
1356=29 30 29 30 29 30 29 30 29 30 30 30
|
||||
1357=29 29 30 29 30 29 29 30 29 30 30 30
|
||||
1358=29 30 29 30 29 30 29 29 30 29 30 30
|
||||
1359=29 30 30 29 30 29 30 29 29 29 30 30
|
||||
1360=29 30 30 30 29 30 29 30 29 29 30 29
|
||||
1361=30 29 30 30 29 30 30 29 29 30 29 30
|
||||
1362=29 30 29 30 29 30 30 29 30 29 30 29
|
||||
1363=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1364=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1365=30 30 29 29 30 29 29 30 29 30 29 30
|
||||
1366=30 30 29 30 29 30 29 29 30 29 30 29
|
||||
1367=30 30 29 30 30 29 30 29 29 30 29 30
|
||||
1368=29 30 29 30 30 30 29 29 30 29 30 29
|
||||
1369=30 29 30 29 30 30 29 30 29 30 30 29
|
||||
1370=30 29 29 30 29 30 29 30 29 30 30 30
|
||||
1371=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1372=30 29 29 30 29 30 29 29 30 29 30 30
|
||||
1373=30 29 30 29 30 29 30 29 29 30 29 30
|
||||
1374=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1375=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1376=29 30 29 30 29 30 30 30 29 30 29 30
|
||||
1377=29 29 30 29 29 30 30 30 29 30 30 29
|
||||
1378=30 29 29 29 30 29 30 30 29 30 30 30
|
||||
1379=29 30 29 29 29 30 29 30 30 29 30 30
|
||||
1380=29 30 29 30 29 30 29 30 29 30 29 30
|
||||
1381=29 30 29 30 30 29 30 29 30 29 29 30
|
||||
1382=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1383=30 29 29 30 30 30 29 30 30 29 30 29
|
||||
1384=29 30 29 29 30 30 29 30 30 30 29 30
|
||||
1385=29 29 30 29 29 30 30 29 30 30 30 29
|
||||
1386=30 29 29 30 29 29 30 30 29 30 30 29
|
||||
1387=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1388=30 30 29 30 29 30 29 30 29 30 29 29
|
||||
1389=30 30 29 30 30 29 30 30 29 29 30 29
|
||||
1390=29 30 29 30 30 30 29 30 29 30 29 30
|
||||
1391=29 29 30 29 30 30 29 30 30 29 30 29
|
||||
1392=30 29 29 30 29 30 29 30 30 29 30 30
|
||||
1393=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1394=30 29 30 29 29 30 29 30 29 30 29 30
|
||||
1395=30 29 30 30 29 30 29 29 30 29 29 30
|
||||
1396=30 29 30 30 29 30 30 29 29 30 29 29
|
||||
1397=30 29 30 30 29 30 30 30 29 29 29 30
|
||||
1398=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1399=30 29 30 29 30 29 30 30 29 30 29 30
|
||||
1400=30 29 30 29 29 30 29 30 29 30 29 30
|
||||
1401=30 30 29 30 29 29 30 29 29 30 29 30
|
||||
1402=30 30 30 29 30 29 29 30 29 29 30 29
|
||||
1403=30 30 30 29 30 30 29 29 30 29 29 30
|
||||
1404=29 30 30 29 30 30 29 30 29 30 29 29
|
||||
1405=30 29 30 29 30 30 30 29 30 29 29 30
|
||||
1406=30 29 29 30 29 30 30 29 30 29 30 30
|
||||
1407=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1408=30 29 30 29 30 29 29 30 29 29 30 30
|
||||
1409=30 30 29 30 29 30 29 29 30 29 29 30
|
||||
1410=30 30 29 30 30 29 30 29 29 30 29 29
|
||||
1411=30 30 29 30 30 29 30 30 29 29 30 29
|
||||
1412=30 29 30 29 30 29 30 30 30 29 29 30
|
||||
1413=29 30 29 29 30 29 30 30 30 29 30 29
|
||||
1414=30 29 30 29 29 30 29 30 30 29 30 30
|
||||
1415=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1416=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1417=30 29 30 30 29 29 30 29 30 29 30 29
|
||||
1418=30 29 30 30 29 30 29 30 29 30 29 30
|
||||
1419=29 30 29 30 29 30 29 30 30 30 29 29
|
||||
1420=29 30 29 29 30 29 30 30 30 30 29 30
|
||||
1421=29 29 30 29 29 29 30 30 30 30 29 30
|
||||
1422=30 29 29 30 29 29 29 30 30 30 29 30
|
||||
1423=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1424=30 29 30 30 29 30 29 29 30 29 30 29
|
||||
1425=30 29 30 30 29 30 29 30 30 29 30 29
|
||||
1426=29 30 29 30 29 30 30 29 30 30 29 30
|
||||
1427=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1428=30 29 29 30 29 29 30 30 30 29 30 30
|
||||
1429=29 30 29 29 30 29 29 30 30 29 30 30
|
||||
1430=29 30 30 29 29 30 29 30 29 30 29 30
|
||||
1431=29 30 30 29 30 29 30 29 30 29 29 30
|
||||
1432=29 30 30 30 29 30 29 30 29 30 29 29
|
||||
1433=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1434=29 30 29 30 29 30 30 29 30 30 29 29
|
||||
1435=30 29 30 29 30 29 30 29 30 30 29 30
|
||||
1436=29 30 29 30 29 30 29 30 29 30 29 30
|
||||
1437=30 29 30 30 29 29 30 29 30 29 29 30
|
||||
1438=30 29 30 30 30 29 29 30 29 29 30 29
|
||||
1439=30 29 30 30 30 29 30 29 30 29 29 30
|
||||
1440=29 30 29 30 30 30 29 30 29 30 29 29
|
||||
1441=30 29 30 29 30 30 29 30 30 29 30 29
|
||||
1442=29 30 29 30 29 30 29 30 30 29 30 29
|
||||
1443=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1444=29 30 29 30 30 29 29 30 29 30 29 30
|
||||
1445=29 30 30 30 29 30 29 29 30 29 29 30
|
||||
1446=29 30 30 30 29 30 30 29 29 30 29 29
|
||||
1447=30 29 30 30 30 29 30 29 30 29 30 29
|
||||
1448=29 30 29 30 30 29 30 30 29 30 29 30
|
||||
1449=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1450=30 29 30 29 29 30 29 30 29 30 30 29
|
||||
1451=30 30 30 29 29 30 29 29 30 30 29 30
|
||||
1452=30 29 30 30 29 29 30 29 29 30 29 30
|
||||
1453=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1454=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1455=29 30 29 30 30 29 30 29 30 30 29 30
|
||||
1456=29 29 30 29 30 29 30 29 30 30 30 29
|
||||
1457=30 29 29 30 29 29 30 29 30 30 30 30
|
||||
1458=29 30 29 29 30 29 29 30 29 30 30 30
|
||||
1459=29 30 30 29 29 30 29 29 30 29 30 30
|
||||
1460=29 30 30 29 30 29 30 29 29 30 29 30
|
||||
1461=29 30 30 29 30 29 30 29 30 30 29 29
|
||||
1462=30 29 30 29 30 30 29 30 29 30 30 29
|
||||
1463=29 30 29 30 29 30 29 30 30 30 29 30
|
||||
1464=29 30 29 29 30 29 29 30 30 30 29 30
|
||||
1465=30 29 30 29 29 30 29 29 30 30 29 30
|
||||
1466=30 30 29 30 29 29 29 30 29 30 30 29
|
||||
1467=30 30 29 30 30 29 29 30 29 30 29 30
|
||||
1468=29 30 29 30 30 29 30 29 30 29 30 29
|
||||
1469=29 30 29 30 30 29 30 30 29 30 29 30
|
||||
1470=29 29 30 29 30 30 29 30 30 29 30 29
|
||||
1471=30 29 29 30 29 30 29 30 30 29 30 30
|
||||
1472=29 30 29 29 30 29 30 29 30 30 29 30
|
||||
1473=29 30 29 30 30 29 29 30 29 30 29 30
|
||||
1474=29 30 30 29 30 30 29 29 30 29 30 29
|
||||
1475=29 30 30 29 30 30 30 29 29 30 29 29
|
||||
1476=30 29 30 29 30 30 30 29 30 29 30 29
|
||||
1477=29 30 29 29 30 30 30 30 29 30 29 30
|
||||
1478=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1479=30 29 29 30 29 30 29 30 29 30 30 29
|
||||
1480=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1481=30 29 30 30 29 30 29 30 29 30 29 29
|
||||
1482=30 29 30 30 30 30 29 30 29 29 30 29
|
||||
1483=29 30 29 30 30 30 29 30 30 29 29 30
|
||||
1484=29 29 30 29 30 30 30 29 30 29 30 29
|
||||
1485=30 29 29 30 29 30 30 29 30 30 29 30
|
||||
1486=29 30 29 29 30 29 30 29 30 30 29 30
|
||||
1487=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1488=30 29 30 30 29 30 29 29 30 29 30 29
|
||||
1489=30 29 30 30 30 29 30 29 29 30 29 30
|
||||
1490=29 30 29 30 30 29 30 30 29 29 30 29
|
||||
1491=30 29 29 30 30 29 30 30 29 30 29 30
|
||||
1492=29 30 29 29 30 30 29 30 29 30 30 29
|
||||
1493=30 29 30 29 30 29 29 30 29 30 30 30
|
||||
1494=29 30 29 30 29 30 29 29 29 30 30 30
|
||||
1495=29 30 30 29 30 29 29 30 29 29 30 30
|
||||
1496=29 30 30 30 29 30 29 29 30 29 29 30
|
||||
1497=30 29 30 30 29 30 29 30 29 30 29 30
|
||||
1498=29 30 29 30 29 30 30 29 30 29 30 29
|
||||
1499=30 29 30 29 29 30 30 29 30 29 30 30
|
||||
1500=29 30 29 30 29 29 30 29 30 29 30 30
|
|
@ -1,84 +0,0 @@
|
|||
# ----------------------------------------------------------------------------------
|
||||
# Legend:
|
||||
#
|
||||
# --- element names in transcription mode ------------------------------------------
|
||||
# M=MONTH_OF_YEAR
|
||||
# D=DAY_OF_WEEK
|
||||
# YOV=YEAR_OF_VAHID
|
||||
# V=VAHID
|
||||
# K=KULL-I-SHAY
|
||||
# A=AYYAM-I-HA
|
||||
# E=ERA
|
||||
# --- variants for M, D and YOV, if missing then falling back to transcription) ----
|
||||
# (t) = transcription, (m) = meaning, (h) = html
|
||||
# --- alternatives for V, K, A, if missing then falling back to transcription) -----
|
||||
# v, k, a (small letters) => meaning
|
||||
# ----------------------------------------------------------------------------------
|
||||
|
||||
# supported list of languages
|
||||
languages=ar de en es fa fr nl pt ru zh
|
||||
|
||||
# months (in Bahai transcription)
|
||||
M_1=Bahá
|
||||
M_2=Jalál
|
||||
M_3=Jamál
|
||||
M_4=‘Aẓamat
|
||||
M_5=Núr
|
||||
M_6=Raḥmat
|
||||
M_7=Kalimát
|
||||
M_8=Kamál
|
||||
M_9=Asmá
|
||||
M_10=‘Izzat
|
||||
M_11=Mashíyyat
|
||||
M_12=‘Ilm
|
||||
M_13=Qudrat
|
||||
M_14=Qawl
|
||||
M_15=Masá’il
|
||||
M_16=Sharaf
|
||||
M_17=Sulṭán
|
||||
M_18=Mulk
|
||||
M_19=‘Alá
|
||||
|
||||
# day of week beginning with Saturday (in Bahai transcription)
|
||||
D_1=Jalál
|
||||
D_2=Jamál
|
||||
D_3=Kamál
|
||||
D_4=Fiḍál
|
||||
D_5=‘Idál
|
||||
D_6=Istijlál
|
||||
D_7=Istiqlál
|
||||
|
||||
# years (in Bahai transcription)
|
||||
YOV_1=Alif
|
||||
YOV_2=Bá'
|
||||
YOV_3=Ab
|
||||
YOV_4=Dál
|
||||
YOV_5=Báb
|
||||
YOV_6=Váv
|
||||
YOV_7=Abad
|
||||
YOV_8=Jád
|
||||
YOV_9=Bahá
|
||||
YOV_10=Ḥubb
|
||||
YOV_11=Bahháj
|
||||
YOV_12=Javáb
|
||||
YOV_13=Aḥad
|
||||
YOV_14=Vahháb
|
||||
YOV_15=Vidád
|
||||
YOV_16=Badíʿ
|
||||
YOV_17=Bahí
|
||||
YOV_18=Abhá
|
||||
YOV_19=Váḥid
|
||||
|
||||
# vahid (in Bahai transcription)
|
||||
V=Váḥid
|
||||
|
||||
# kull-i-shai (in Bahai transcription)
|
||||
K=Kull-i-Shay
|
||||
|
||||
# ayyam-i-ha (intercalary days)
|
||||
A=Ayyám-i-Há
|
||||
|
||||
# eras (w=wide, a=abbreviated, n=narrow)
|
||||
E(w)_0=Bahá'í
|
||||
E(a)_0=B.E.
|
||||
E(n)_0=BE
|
|
@ -1,65 +0,0 @@
|
|||
|
||||
# months
|
||||
M_1=بهاء
|
||||
M_2=جلال
|
||||
M_3=جمال
|
||||
M_4=عظمة
|
||||
M_5=نور
|
||||
M_6=رحمة
|
||||
M_7=كلمات
|
||||
M_8=كمال
|
||||
M_9=اسماء
|
||||
M_10=عزة
|
||||
M_11=مشية
|
||||
M_12=علم
|
||||
M_13=قدرة
|
||||
M_14=قول
|
||||
M_15=مسائل
|
||||
M_16=شرف
|
||||
M_17=سلطان
|
||||
M_18=ملك
|
||||
M_19=علاء
|
||||
|
||||
# day of week beginning with Saturday
|
||||
D_1=جلال
|
||||
D_2=جمال
|
||||
D_3=كمال
|
||||
D_4=فضال
|
||||
D_5=عدال
|
||||
D_6=الأستجلال
|
||||
D_7=أستقلال
|
||||
|
||||
# years
|
||||
YOV_1=ألف
|
||||
YOV_2=باء
|
||||
YOV_3=أب
|
||||
YOV_4=دﺍﻝ
|
||||
YOV_5=باب
|
||||
YOV_6=وﺍو
|
||||
YOV_7=أبد
|
||||
YOV_8=جاد
|
||||
YOV_9=بهاء
|
||||
YOV_10=حب
|
||||
YOV_11=بهاج
|
||||
YOV_12=جواب
|
||||
YOV_13=احد
|
||||
YOV_14=وﻫﺎب
|
||||
YOV_15=وداد
|
||||
YOV_16=بدیع
|
||||
YOV_17=بهي
|
||||
YOV_18=ابهى
|
||||
YOV_19=واحد
|
||||
|
||||
# vahid
|
||||
V=واحد
|
||||
|
||||
# kull-i-shai
|
||||
K=کل شيئ
|
||||
|
||||
# ayyam-i-ha (intercalary days)
|
||||
A=ايام الهاء
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=دور بهائی
|
||||
E(a)_0=د.ب.
|
||||
E(n)_0=د.ب.
|
|
@ -1,125 +0,0 @@
|
|||
|
||||
# months (in Bahai transcription)
|
||||
M(t)_1=Baha'
|
||||
M(t)_2=Dschalal
|
||||
M(t)_3=Dschamal
|
||||
M(t)_4='Azamat
|
||||
M(t)_5=Nur
|
||||
M(t)_6=Rahmat
|
||||
M(t)_7=Kalimat
|
||||
M(t)_8=Kamal
|
||||
M(t)_9=Asma'
|
||||
M(t)_10=ʿIzzat
|
||||
M(t)_11=Maschiyyat
|
||||
M(t)_12=ʿIlm
|
||||
M(t)_13=Qudrat
|
||||
M(t)_14=Qawl
|
||||
M(t)_15=Masaʾil
|
||||
M(t)_16=Scharaf
|
||||
M(t)_17=Sultan
|
||||
M(t)_18=Mulk
|
||||
M(t)_19=ʿAla'
|
||||
|
||||
# day of week beginning with Saturday (in Bahai transcription)
|
||||
D(t)_1=Dschalal
|
||||
D(t)_2=Dschamal
|
||||
D(t)_3=Kamal
|
||||
D(t)_4=Fidal
|
||||
D(t)_5=ʿIdal
|
||||
D(t)_6=Istidschlal
|
||||
D(t)_7=Istiqlal
|
||||
|
||||
# years (in Bahai transcription)
|
||||
YOV(t)_1=Alif
|
||||
YOV(t)_2=Ba’
|
||||
YOV(t)_3=Ab
|
||||
YOV(t)_4=Dal
|
||||
YOV(t)_5=Bab
|
||||
YOV(t)_6=Vav
|
||||
YOV(t)_7=Abad
|
||||
YOV(t)_8=Dschad
|
||||
YOV(t)_9=Baha
|
||||
YOV(t)_10=Hubb
|
||||
YOV(t)_11=Bahhadsch
|
||||
YOV(t)_12=Dschawab
|
||||
YOV(t)_13=Ahad
|
||||
YOV(t)_14=Vahhab
|
||||
YOV(t)_15=Vidad
|
||||
YOV(t)_16=Badi’
|
||||
YOV(t)_17=Bahi
|
||||
YOV(t)_18=Abha
|
||||
YOV(t)_19=Vahid
|
||||
|
||||
# months (meaning)
|
||||
M(m)_1=Herrlichkeit
|
||||
M(m)_2=Ruhm
|
||||
M(m)_3=Schönheit
|
||||
M(m)_4=Größe
|
||||
M(m)_5=Licht
|
||||
M(m)_6=Barmherzigkeit
|
||||
M(m)_7=Worte
|
||||
M(m)_8=Vollkommenheit
|
||||
M(m)_9=Namen
|
||||
M(m)_10=Macht
|
||||
M(m)_11=Wille
|
||||
M(m)_12=Wissen
|
||||
M(m)_13=Kraft
|
||||
M(m)_14=Sprache
|
||||
M(m)_15=Fragen
|
||||
M(m)_16=Ehre
|
||||
M(m)_17=Souveränität
|
||||
M(m)_18=Herrschaft
|
||||
M(m)_19=Erhabenheit
|
||||
|
||||
# day of week beginning with Saturday (meaning)
|
||||
D(m)_1=Ruhm
|
||||
D(m)_2=Schönheit
|
||||
D(m)_3=Vollkommenheit
|
||||
D(m)_4=Gnade
|
||||
D(m)_5=Gerechtigkeit
|
||||
D(m)_6=Majestät
|
||||
D(m)_7=Unabhängigkeit
|
||||
|
||||
# years (meaning)
|
||||
YOV(m)_1=A
|
||||
YOV(m)_2=B
|
||||
YOV(m)_3=Vater
|
||||
YOV(m)_4=D
|
||||
YOV(m)_5=Tor
|
||||
YOV(m)_6=V
|
||||
YOV(m)_7=Ewigkeit
|
||||
YOV(m)_8=Edelmut
|
||||
YOV(m)_9=Herrlichkeit
|
||||
YOV(m)_10=Liebe
|
||||
YOV(m)_11=entzückend
|
||||
YOV(m)_12=Antwort
|
||||
YOV(m)_13=einzig
|
||||
YOV(m)_14=mildtätig
|
||||
YOV(m)_15=Zuneigung
|
||||
YOV(m)_16=Anfang
|
||||
YOV(m)_17=strahlend
|
||||
YOV(m)_18=überaus strahlend
|
||||
YOV(m)_19=Einheit
|
||||
|
||||
# vahid (in Bahai transcription)
|
||||
V=Vahid
|
||||
|
||||
# vahid (meaning)
|
||||
v=Einheit
|
||||
|
||||
# kull-i-shai (in Bahai transcription)
|
||||
K=Kull-i-Schay
|
||||
|
||||
# kull-i-shai (meaning)
|
||||
k=alle Dinge
|
||||
|
||||
# ayyam-i-ha (intercalary days)
|
||||
A=Aiyam-e Ha'
|
||||
|
||||
# ayyam-i-ha (meaning: intercalary days)
|
||||
a=eingeschobene Tage
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=Bahai Ära
|
||||
E(a)_0=B.E.
|
||||
E(n)_0=BE
|
|
@ -1,89 +0,0 @@
|
|||
|
||||
# months (in HTML transcription)
|
||||
M(h)_1=Bahá
|
||||
M(h)_2=Jalál
|
||||
M(h)_3=Jamál
|
||||
M(h)_4=‘Aẓamat
|
||||
M(h)_5=Núr
|
||||
M(h)_6=Raḥmat
|
||||
M(h)_7=Kalimát
|
||||
M(h)_8=Kamál
|
||||
M(h)_9=Asmá
|
||||
M(h)_10=‘Izzat
|
||||
M(h)_11=Ma<span style="text-decoration: underline;">sh</span>íyyat
|
||||
M(h)_12=‘Ilm
|
||||
M(h)_13=Qudrat
|
||||
M(h)_14=Qawl
|
||||
M(h)_15=Masá’il
|
||||
M(h)_16=<span style="text-decoration: underline;">Sh</span>araf
|
||||
M(h)_17=Sulṭán
|
||||
M(h)_18=Mulk
|
||||
M(h)_19=‘Alá
|
||||
|
||||
# months (meaning)
|
||||
M(m)_1=Splendor
|
||||
M(m)_2=Glory
|
||||
M(m)_3=Beauty
|
||||
M(m)_4=Grandeur
|
||||
M(m)_5=Light
|
||||
M(m)_6=Mercy
|
||||
M(m)_7=Words
|
||||
M(m)_8=Perfection
|
||||
M(m)_9=Names
|
||||
M(m)_10=Might
|
||||
M(m)_11=Will
|
||||
M(m)_12=Knowledge
|
||||
M(m)_13=Power
|
||||
M(m)_14=Speech
|
||||
M(m)_15=Questions
|
||||
M(m)_16=Honor
|
||||
M(m)_17=Sovereignty
|
||||
M(m)_18=Dominion
|
||||
M(m)_19=Loftiness
|
||||
|
||||
# day of week beginning with Saturday (meaning)
|
||||
D(m)_1=Glory
|
||||
D(m)_2=Beauty
|
||||
D(m)_3=Perfection
|
||||
D(m)_4=Grace
|
||||
D(m)_5=Justice
|
||||
D(m)_6=Majesty
|
||||
D(m)_7=Independence
|
||||
|
||||
# years (meaning)
|
||||
YOV(m)_1=A
|
||||
YOV(m)_2=B
|
||||
YOV(m)_3=Father
|
||||
YOV(m)_4=D
|
||||
YOV(m)_5=Gate
|
||||
YOV(m)_6=V
|
||||
YOV(m)_7=Eternity
|
||||
YOV(m)_8=Generosity
|
||||
YOV(m)_9=Splendor
|
||||
YOV(m)_10=Love
|
||||
YOV(m)_11=Delightful
|
||||
YOV(m)_12=Answer
|
||||
YOV(m)_13=Single
|
||||
YOV(m)_14=Bountiful
|
||||
YOV(m)_15=Affection
|
||||
YOV(m)_16=Beginning
|
||||
YOV(m)_17=Luminous
|
||||
YOV(m)_18=Most Luminous
|
||||
YOV(m)_19=Unity
|
||||
|
||||
# vahid (meaning)
|
||||
v=Unity
|
||||
|
||||
# kull-i-shai (meaning)
|
||||
k=All-Things
|
||||
|
||||
# ayyam-i-ha (meaning: intercalary days)
|
||||
a=Intercalary Days
|
||||
|
||||
# kull-i-shai (in HTML transcription)
|
||||
K_HTML=Kull-i-<span style="text-decoration: underline;">Sh</span>ay
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=Bahá'í Era
|
||||
E(a)_0=B.E.
|
||||
E(n)_0=BE
|
|
@ -1,89 +0,0 @@
|
|||
|
||||
# months (in HTML transcription)
|
||||
M(h)_1=Bahá
|
||||
M(h)_2=Jalál
|
||||
M(h)_3=Jamál
|
||||
M(h)_4=‘Aẓamat
|
||||
M(h)_5=Núr
|
||||
M(h)_6=Raḥmat
|
||||
M(h)_7=Kalimát
|
||||
M(h)_8=Kamál
|
||||
M(h)_9=Asmá
|
||||
M(h)_10=‘Izzat
|
||||
M(h)_11=Ma<span style="text-decoration: underline;">sh</span>íyyat
|
||||
M(h)_12=‘Ilm
|
||||
M(h)_13=Qudrat
|
||||
M(h)_14=Qawl
|
||||
M(h)_15=Masá’il
|
||||
M(h)_16=<span style="text-decoration: underline;">Sh</span>araf
|
||||
M(h)_17=Sulṭán
|
||||
M(h)_18=Mulk
|
||||
M(h)_19=‘Alá
|
||||
|
||||
# months (meaning)
|
||||
M(m)_1=Esplendor
|
||||
M(m)_2=Gloria
|
||||
M(m)_3=Belleza
|
||||
M(m)_4=Grandeza
|
||||
M(m)_5=Luz
|
||||
M(m)_6=Misericordia
|
||||
M(m)_7=Palabras
|
||||
M(m)_8=Perfección
|
||||
M(m)_9=Nombres
|
||||
M(m)_10=Fuerza
|
||||
M(m)_11=Voluntad
|
||||
M(m)_12=Conocimiento
|
||||
M(m)_13=Poder
|
||||
M(m)_14=Discurso
|
||||
M(m)_15=Preguntas
|
||||
M(m)_16=Honor
|
||||
M(m)_17=Soberanía
|
||||
M(m)_18=Dominio
|
||||
M(m)_19=Sublimidad
|
||||
|
||||
# day of week beginning with Saturday (meaning)
|
||||
D(m)_1=Gloria
|
||||
D(m)_2=Belleza
|
||||
D(m)_3=Perfección
|
||||
D(m)_4=Gracia
|
||||
D(m)_5=Justicia
|
||||
D(m)_6=Majestuosidad
|
||||
D(m)_7=Independencia
|
||||
|
||||
# years (meaning)
|
||||
YOV(m)_1=A
|
||||
YOV(m)_2=B
|
||||
YOV(m)_3=Padre
|
||||
YOV(m)_4=D
|
||||
YOV(m)_5=Puerta
|
||||
YOV(m)_6=V
|
||||
YOV(m)_7=Eternidad
|
||||
YOV(m)_8=Generosidad
|
||||
YOV(m)_9=Esplendor
|
||||
YOV(m)_10=Amor
|
||||
YOV(m)_11=Encantador
|
||||
YOV(m)_12=Respuesta
|
||||
YOV(m)_13=Solo
|
||||
YOV(m)_14=Bondad
|
||||
YOV(m)_15=Afecto
|
||||
YOV(m)_16=Comienzo
|
||||
YOV(m)_17=Luminosidad
|
||||
YOV(m)_18=Lo más luminoso
|
||||
YOV(m)_19=Unidad
|
||||
|
||||
# vahid (meaning)
|
||||
v=Unidad
|
||||
|
||||
# kull-i-shai (meaning)
|
||||
k=Todas las cosas
|
||||
|
||||
# kull-i-shai (in HTML transcription)
|
||||
K_HTML=Kull-i-<span style="text-decoration: underline;">Sh</span>ay
|
||||
|
||||
# ayyam-i-ha (meaning: intercalary days)
|
||||
a=Días de Há (intercalares)
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=Era bahá’í
|
||||
E(a)_0=E.B.
|
||||
E(n)_0=EB
|
|
@ -1,65 +0,0 @@
|
|||
|
||||
# months
|
||||
M_1=بهاء
|
||||
M_2=جلال
|
||||
M_3=جمال
|
||||
M_4=عظمة
|
||||
M_5=نور
|
||||
M_6=رحمت
|
||||
M_7=کلمات
|
||||
M_8=کمال
|
||||
M_9=اسماء
|
||||
M_10=عزة
|
||||
M_11=مشیة
|
||||
M_12=علم
|
||||
M_13=قدرت
|
||||
M_14=قول
|
||||
M_15=مسایل
|
||||
M_16=شرف
|
||||
M_17=سلطان
|
||||
M_18=ملک
|
||||
M_19=علاء
|
||||
|
||||
# day of week beginning with Saturday
|
||||
D_1=جلال
|
||||
D_2=جمال
|
||||
D_3=کمال
|
||||
D_4=افضال
|
||||
D_5=عدل
|
||||
D_6=استجلال
|
||||
D_7=استقلال
|
||||
|
||||
# years
|
||||
YOV_1=ألف
|
||||
YOV_2=باء
|
||||
YOV_3=أب
|
||||
YOV_4=دﺍﻝ
|
||||
YOV_5=باب
|
||||
YOV_6=وﺍو
|
||||
YOV_7=أبد
|
||||
YOV_8=جاد
|
||||
YOV_9=بهاء
|
||||
YOV_10=حب
|
||||
YOV_11=بهاج
|
||||
YOV_12=جواب
|
||||
YOV_13=احد
|
||||
YOV_14=وﻫﺎب
|
||||
YOV_15=وداد
|
||||
YOV_16=بدیع
|
||||
YOV_17=بهي
|
||||
YOV_18=ابهى
|
||||
YOV_19=واحد
|
||||
|
||||
# vahid
|
||||
V=واحد
|
||||
|
||||
# kull-i-shai
|
||||
K=کل شيئ
|
||||
|
||||
# ayyam-i-ha (intercalary days)
|
||||
A=ايام هاء
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=دور بهائی
|
||||
E(a)_0=د.ب.
|
||||
E(n)_0=د.ب.
|
|
@ -1,125 +0,0 @@
|
|||
|
||||
# months (in Bahai transcription)
|
||||
M(t)_1=Bahāʾ
|
||||
M(t)_2=Ǧalāl
|
||||
M(t)_3=Ǧamāl
|
||||
M(t)_4=ʿAẓamat
|
||||
M(t)_5=Nūr
|
||||
M(t)_6=Raḥmat
|
||||
M(t)_7=Kalimāt
|
||||
M(t)_8=Kamāl
|
||||
M(t)_9=Asmāʾ
|
||||
M(t)_10=ʿIzzat
|
||||
M(t)_11=Mašiyyat
|
||||
M(t)_12=ʿIlm
|
||||
M(t)_13=Qudrat
|
||||
M(t)_14=Qawl
|
||||
M(t)_15=Masāʾil
|
||||
M(t)_16=Šaraf
|
||||
M(t)_17=Ṣulṭān
|
||||
M(t)_18=Mulk
|
||||
M(t)_19=ʿAlāʾ
|
||||
|
||||
# day of week beginning with Saturday (in Bahai transcription)
|
||||
D(t)_1=Ǧalāl
|
||||
D(t)_2=Ǧamāl
|
||||
D(t)_3=Kamāl
|
||||
D(t)_4=Fiḍāl
|
||||
D(t)_5=ʿIdāl
|
||||
D(t)_6=Istiǧlāl
|
||||
D(t)_7=Istiqlāl
|
||||
|
||||
# years (in Bahai transcription)
|
||||
YOV(t)_1=Alif
|
||||
YOV(t)_2=Bāʾ
|
||||
YOV(t)_3=Ab
|
||||
YOV(t)_4=Dāl
|
||||
YOV(t)_5=Bāb
|
||||
YOV(t)_6=Wāw
|
||||
YOV(t)_7=Abad
|
||||
YOV(t)_8=Ǧād
|
||||
YOV(t)_9=Bahāʾ
|
||||
YOV(t)_10=Ḥubb
|
||||
YOV(t)_11=Bahhāǧ
|
||||
YOV(t)_12=Ǧawāb
|
||||
YOV(t)_13=Aḥad
|
||||
YOV(t)_14=Wahhāb
|
||||
YOV(t)_15=Widād
|
||||
YOV(t)_16=Badīʿ
|
||||
YOV(t)_17=Bahī
|
||||
YOV(t)_18=Abhā
|
||||
YOV(t)_19=Wāḥid
|
||||
|
||||
# months (meaning)
|
||||
M(m)_1=Splendeur
|
||||
M(m)_2=Gloire
|
||||
M(m)_3=Beauté
|
||||
M(m)_4=Grandeur
|
||||
M(m)_5=Lumière
|
||||
M(m)_6=Miséricorde
|
||||
M(m)_7=Paroles
|
||||
M(m)_8=Perfection
|
||||
M(m)_9=Noms
|
||||
M(m)_10=Puissance
|
||||
M(m)_11=Volonté
|
||||
M(m)_12=Connaissance
|
||||
M(m)_13=Pouvoir
|
||||
M(m)_14=Discours
|
||||
M(m)_15=Questions
|
||||
M(m)_16=Honneur
|
||||
M(m)_17=Souveraineté
|
||||
M(m)_18=Empire
|
||||
M(m)_19=Élévation
|
||||
|
||||
# day of week beginning with Saturday (meaning)
|
||||
D(m)_1=Gloire
|
||||
D(m)_2=Beauté
|
||||
D(m)_3=Perfection
|
||||
D(m)_4=Grâce
|
||||
D(m)_5=Justice
|
||||
D(m)_6=Majesté
|
||||
D(m)_7=Indépendance
|
||||
|
||||
# years (meaning)
|
||||
YOV(m)_1=A
|
||||
YOV(m)_2=B
|
||||
YOV(m)_3=Père
|
||||
YOV(m)_4=D
|
||||
YOV(m)_5=Porte
|
||||
YOV(m)_6=W
|
||||
YOV(m)_7=Éternité
|
||||
YOV(m)_8=Générosité
|
||||
YOV(m)_9=Splendeur
|
||||
YOV(m)_10=Amour
|
||||
YOV(m)_11=Délicieux
|
||||
YOV(m)_12=Réponse
|
||||
YOV(m)_13=Unique
|
||||
YOV(m)_14=Libéral
|
||||
YOV(m)_15=Affection
|
||||
YOV(m)_16=Début
|
||||
YOV(m)_17=Splendide
|
||||
YOV(m)_18=Plus splendide
|
||||
YOV(m)_19=Unité
|
||||
|
||||
# vahid (in Bahai transcription)
|
||||
V=Wāḥid
|
||||
|
||||
# kull-i-shai (in Bahai transcription)
|
||||
K=Kull-i Šayʾ
|
||||
|
||||
# ayyam-i-ha (intercalary days)
|
||||
A=Ayyām-i Hāʾ
|
||||
|
||||
# vahid (meaning)
|
||||
v=Unité
|
||||
|
||||
# kull-i-shai (meaning)
|
||||
k=Toutes choses
|
||||
|
||||
# ayyam-i-ha (meaning: intercalary days)
|
||||
a=Jours intercalaires
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=Ère Bahá'íe
|
||||
E(a)_0=E.B.
|
||||
E(n)_0=EB
|
|
@ -1,89 +0,0 @@
|
|||
|
||||
# months (in HTML transcription)
|
||||
M(h)_1=Bahá
|
||||
M(h)_2=Jalál
|
||||
M(h)_3=Jamál
|
||||
M(h)_4=‘Aẓamat
|
||||
M(h)_5=Núr
|
||||
M(h)_6=Raḥmat
|
||||
M(h)_7=Kalimát
|
||||
M(h)_8=Kamál
|
||||
M(h)_9=Asmá
|
||||
M(h)_10=‘Izzat
|
||||
M(h)_11=Ma<span style="text-decoration: underline;">sh</span>íyyat
|
||||
M(h)_12=‘Ilm
|
||||
M(h)_13=Qudrat
|
||||
M(h)_14=Qawl
|
||||
M(h)_15=Masá’il
|
||||
M(h)_16=<span style="text-decoration: underline;">Sh</span>araf
|
||||
M(h)_17=Sulṭán
|
||||
M(h)_18=Mulk
|
||||
M(h)_19=‘Alá
|
||||
|
||||
# months (meaning)
|
||||
M(m)_1=Pracht
|
||||
M(m)_2=Heerlijkheid
|
||||
M(m)_3=Schoonheid
|
||||
M(m)_4=Grootheid
|
||||
M(m)_5=Licht
|
||||
M(m)_6=Barmhartigheid
|
||||
M(m)_7=Woorden
|
||||
M(m)_8=Volmaaktheid
|
||||
M(m)_9=Namen
|
||||
M(m)_10=Macht
|
||||
M(m)_11=Wil
|
||||
M(m)_12=Kennis
|
||||
M(m)_13=Kracht
|
||||
M(m)_14=Spraak
|
||||
M(m)_15=Vragen
|
||||
M(m)_16=Eer
|
||||
M(m)_17=Soevereiniteit
|
||||
M(m)_18=Heerschappij
|
||||
M(m)_19=Verhevenheid
|
||||
|
||||
# day of week beginning with Saturday (meaning)
|
||||
D(m)_1=Heerlijkheid
|
||||
D(m)_2=Schoonheid
|
||||
D(m)_3=Volmaaktheid
|
||||
D(m)_4=Genade
|
||||
D(m)_5=Gerechtigheid
|
||||
D(m)_6=Majesteit
|
||||
D(m)_7=Onafhankelijkheid
|
||||
|
||||
# years (meaning)
|
||||
YOV(m)_1=A
|
||||
YOV(m)_2=B
|
||||
YOV(m)_3=Vader
|
||||
YOV(m)_4=D
|
||||
YOV(m)_5=Poort
|
||||
YOV(m)_6=V
|
||||
YOV(m)_7=Eeuwigheid
|
||||
YOV(m)_8=Grootmoedigheid
|
||||
YOV(m)_9=Pracht
|
||||
YOV(m)_10=Liefde
|
||||
YOV(m)_11=Heerlijk
|
||||
YOV(m)_12=Antwoord
|
||||
YOV(m)_13=Enige
|
||||
YOV(m)_14=Milddadig
|
||||
YOV(m)_15=Genegenheid
|
||||
YOV(m)_16=Oorsprong
|
||||
YOV(m)_17=Lichtend
|
||||
YOV(m)_18=Lichtendste
|
||||
YOV(m)_19=Eenheid
|
||||
|
||||
# vahid (meaning)
|
||||
v=Eenheid
|
||||
|
||||
# kull-i-shai (meaning)
|
||||
k=Alle dingen
|
||||
|
||||
# ayyam-i-ha (meaning: intercalary days)
|
||||
a=Schrikkeldagen
|
||||
|
||||
# kull-i-shai (in HTML transcription)
|
||||
K_HTML=Kull-i-<span style="text-decoration: underline;">Sh</span>ay
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=Bahá'í tijdperk
|
||||
E(a)_0=B.E.
|
||||
E(n)_0=BE
|
|
@ -1,89 +0,0 @@
|
|||
|
||||
# months (in HTML transcription)
|
||||
M(h)_1=Bahá
|
||||
M(h)_2=Jalál
|
||||
M(h)_3=Jamál
|
||||
M(h)_4=‘Aẓamat
|
||||
M(h)_5=Núr
|
||||
M(h)_6=Raḥmat
|
||||
M(h)_7=Kalimát
|
||||
M(h)_8=Kamál
|
||||
M(h)_9=Asmá
|
||||
M(h)_10=‘Izzat
|
||||
M(h)_11=Ma<span style="text-decoration: underline;">sh</span>íyyat
|
||||
M(h)_12=‘Ilm
|
||||
M(h)_13=Qudrat
|
||||
M(h)_14=Qawl
|
||||
M(h)_15=Masá’il
|
||||
M(h)_16=<span style="text-decoration: underline;">Sh</span>araf
|
||||
M(h)_17=Sulṭán
|
||||
M(h)_18=Mulk
|
||||
M(h)_19=‘Alá
|
||||
|
||||
# months (meaning)
|
||||
M(m)_1=Esplendor
|
||||
M(m)_2=Glória
|
||||
M(m)_3=Beleza
|
||||
M(m)_4=Grandeza
|
||||
M(m)_5=Luz
|
||||
M(m)_6=Misericórdia
|
||||
M(m)_7=Palavras
|
||||
M(m)_8=Perfeição
|
||||
M(m)_9=Nomes
|
||||
M(m)_10=Potência
|
||||
M(m)_11=Vontade
|
||||
M(m)_12=Conhecimento
|
||||
M(m)_13=Poder
|
||||
M(m)_14=Discurso
|
||||
M(m)_15=Perguntas
|
||||
M(m)_16=Honra
|
||||
M(m)_17=Soberania
|
||||
M(m)_18=Domínio
|
||||
M(m)_19=Sublimidade
|
||||
|
||||
# day of week beginning with Saturday (meaning)
|
||||
D(m)_1=Glória
|
||||
D(m)_2=Beleza
|
||||
D(m)_3=Perfeição
|
||||
D(m)_4=Graça
|
||||
D(m)_5=Justiça
|
||||
D(m)_6=Majestade
|
||||
D(m)_7=Independência
|
||||
|
||||
# years (meaning)
|
||||
YOV(m)_1=A
|
||||
YOV(m)_2=B
|
||||
YOV(m)_3=Pai
|
||||
YOV(m)_4=D
|
||||
YOV(m)_5=Porta
|
||||
YOV(m)_6=V
|
||||
YOV(m)_7=Eternidade
|
||||
YOV(m)_8=Generosidade
|
||||
YOV(m)_9=Esplendor
|
||||
YOV(m)_10=Amor
|
||||
YOV(m)_11=Deleite
|
||||
YOV(m)_12=Resposta
|
||||
YOV(m)_13=Único
|
||||
YOV(m)_14=Caridoso
|
||||
YOV(m)_15=Afecto
|
||||
YOV(m)_16=Início
|
||||
YOV(m)_17=Luminosidade
|
||||
YOV(m)_18=Mais Luminoso
|
||||
YOV(m)_19=Unidade
|
||||
|
||||
# vahid (meaning)
|
||||
v=Unidade
|
||||
|
||||
# kull-i-shai (meaning)
|
||||
k=Todas as coisas
|
||||
|
||||
# kull-i-shai (in HTML transcription)
|
||||
K_HTML=Kull-i-<span style="text-decoration: underline;">Sh</span>ay’
|
||||
|
||||
# ayyam-i-ha (meaning: intercalary days)
|
||||
a=Dias intercalares
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=Era Bahá'í
|
||||
E(a)_0=E.B.
|
||||
E(n)_0=EB
|
|
@ -1,125 +0,0 @@
|
|||
|
||||
# months (in Bahai transcription)
|
||||
M(t)_1=Бахā
|
||||
M(t)_2=Джалāл
|
||||
M(t)_3=Джамāл
|
||||
M(t)_4=‘Аз̣амат
|
||||
M(t)_5=Нӯр
|
||||
M(t)_6=Рах̣мат
|
||||
M(t)_7=Калимāт
|
||||
M(t)_8=Камāл
|
||||
M(t)_9=Асмā’
|
||||
M(t)_10=‘Иззат
|
||||
M(t)_11=Машӣййат
|
||||
M(t)_12=‘Илм
|
||||
M(t)_13=К̣удрат
|
||||
M(t)_14=К̣аул
|
||||
M(t)_15=Масā’ил
|
||||
M(t)_16=Шараф
|
||||
M(t)_17=Султ̣ан
|
||||
M(t)_18=Мулк
|
||||
M(t)_19=‘Алā’
|
||||
|
||||
# months (meaning)
|
||||
M(m)_1=Великолепие
|
||||
M(m)_2=Слава
|
||||
M(m)_3=Красота
|
||||
M(m)_4=Величие
|
||||
M(m)_5=Свет
|
||||
M(m)_6=Милость
|
||||
M(m)_7=Слова
|
||||
M(m)_8=Совершенство
|
||||
M(m)_9=Имена
|
||||
M(m)_10=Мощь
|
||||
M(m)_11=Воля
|
||||
M(m)_12=Знание
|
||||
M(m)_13=Могущество
|
||||
M(m)_14=Речь
|
||||
M(m)_15=Вопросы
|
||||
M(m)_16=Честь
|
||||
M(m)_17=Владычество
|
||||
M(m)_18=Господство
|
||||
M(m)_19=Возвышенность
|
||||
|
||||
# day of week beginning with Saturday (in Bahai transcription)
|
||||
D(t)_1=Джалāл
|
||||
D(t)_2=Джамāл
|
||||
D(t)_3=Камāл
|
||||
D(t)_4=Фид̣āл
|
||||
D(t)_5=‘Идāл
|
||||
D(t)_6=Истиджлāл
|
||||
D(t)_7=Истик̣лāл
|
||||
|
||||
# day of week beginning with Saturday (meaning)
|
||||
D(m)_1=Слава
|
||||
D(m)_2=Красота
|
||||
D(m)_3=Совершенство
|
||||
D(m)_4=Благодать
|
||||
D(m)_5=Справедливость
|
||||
D(m)_6=Величие
|
||||
D(m)_7=Независимость
|
||||
|
||||
# years (in Bahai transcription)
|
||||
YOV(t)_1=Алиф
|
||||
YOV(t)_2=Бā’
|
||||
YOV(t)_3=Аб
|
||||
YOV(t)_4=Дāл
|
||||
YOV(t)_5=Бāб
|
||||
YOV(t)_6=Вāв
|
||||
YOV(t)_7=Абад
|
||||
YOV(t)_8=Джāд
|
||||
YOV(t)_9=Бахā'
|
||||
YOV(t)_10=Х̣убб
|
||||
YOV(t)_11=Баххāдж
|
||||
YOV(t)_12=Джавāб
|
||||
YOV(t)_13=Ах̣ад
|
||||
YOV(t)_14=Ваххāб
|
||||
YOV(t)_15=Видāд
|
||||
YOV(t)_16=Бадӣ‘
|
||||
YOV(t)_17=Бахӣ
|
||||
YOV(t)_18=Абхā
|
||||
YOV(t)_19=Вāх̣ид
|
||||
|
||||
# years (meaning)
|
||||
YOV(m)_1=А
|
||||
YOV(m)_2=Б
|
||||
YOV(m)_3=Отец
|
||||
YOV(m)_4=Д
|
||||
YOV(m)_5=Врата
|
||||
YOV(m)_6=В
|
||||
YOV(m)_7=Вечность
|
||||
YOV(m)_8=Щедрость
|
||||
YOV(m)_9=Великолепие
|
||||
YOV(m)_10=Любовь
|
||||
YOV(m)_11=Восхитительный
|
||||
YOV(m)_12=Ответ
|
||||
YOV(m)_13=Единственный
|
||||
YOV(m)_14=Изобильный
|
||||
YOV(m)_15=Привязанность
|
||||
YOV(m)_16=Начало
|
||||
YOV(m)_17=Лучезарный
|
||||
YOV(m)_18=Наилучезарнейший
|
||||
YOV(m)_19=Единство
|
||||
|
||||
# vahid (in Bahai transcription)
|
||||
V=Вāх̣ид
|
||||
|
||||
# vahid (meaning)
|
||||
v=Единство
|
||||
|
||||
# kull-i-shai (in Bahai transcription)
|
||||
K=Кулл-и Шай’
|
||||
|
||||
# kull-i-shai (meaning)
|
||||
k=Всё сущее
|
||||
|
||||
# ayyam-i-ha (transcription: intercalary days)
|
||||
A=Аййāм-и Хā'
|
||||
|
||||
# ayyam-i-ha (meaning: intercalary days)
|
||||
a=Вставные дни
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=Году эры бахаи
|
||||
E(a)_0=Б.э.
|
||||
E(n)_0=Б.э.
|
|
@ -1,125 +0,0 @@
|
|||
|
||||
# months (in Bahai transcription)
|
||||
M(t)_1=巴哈
|
||||
M(t)_2=雅拉尔
|
||||
M(t)_3=雅迈尔
|
||||
M(t)_4=亚扎马特
|
||||
M(t)_5=努尔
|
||||
M(t)_6=拉赫马特
|
||||
M(t)_7=卡利玛特
|
||||
M(t)_8=卡马尔
|
||||
M(t)_9=阿斯玛
|
||||
M(t)_10=伊扎特
|
||||
M(t)_11=玛施伊亚特
|
||||
M(t)_12=伊勒姆
|
||||
M(t)_13=古德拉特
|
||||
M(t)_14=卡乌尔
|
||||
M(t)_15=马萨伊尔
|
||||
M(t)_16=施阿拉夫
|
||||
M(t)_17=苏尔丹
|
||||
M(t)_18=穆尔克
|
||||
M(t)_19=阿拉
|
||||
|
||||
# day of week beginning with Saturday (in Bahai transcription)
|
||||
D(t)_1=雅拉尔
|
||||
D(t)_2=雅迈尔
|
||||
D(t)_3=喀麦尔
|
||||
D(t)_4=菲达尔
|
||||
D(t)_5=伊达尔
|
||||
D(t)_6=伊丝提基拉尔
|
||||
D(t)_7=伊丝提克拉尔
|
||||
|
||||
# years (in Bahai transcription)
|
||||
YOV(t)_1=阿里夫
|
||||
YOV(t)_2=巴
|
||||
YOV(t)_3=阿波
|
||||
YOV(t)_4=达尔
|
||||
YOV(t)_5=巴布
|
||||
YOV(t)_6=瓦夫
|
||||
YOV(t)_7=阿巴德
|
||||
YOV(t)_8=雅德
|
||||
YOV(t)_9=巴哈
|
||||
YOV(t)_10=哈伯
|
||||
YOV(t)_11=巴哈基
|
||||
YOV(t)_12=亚巴布
|
||||
YOV(t)_13=阿哈德
|
||||
YOV(t)_14=瓦哈布
|
||||
YOV(t)_15=维达德
|
||||
YOV(t)_16=巴蒂
|
||||
YOV(t)_17=巴希
|
||||
YOV(t)_18=阿布哈
|
||||
YOV(t)_19=瓦希德
|
||||
|
||||
# months (meaning)
|
||||
M(m)_1=荣
|
||||
M(m)_2=华
|
||||
M(m)_3=美
|
||||
M(m)_4=耀
|
||||
M(m)_5=光
|
||||
M(m)_6=恩
|
||||
M(m)_7=道
|
||||
M(m)_8=全
|
||||
M(m)_9=名
|
||||
M(m)_10=力
|
||||
M(m)_11=志
|
||||
M(m)_12=智
|
||||
M(m)_13=权
|
||||
M(m)_14=言
|
||||
M(m)_15=问
|
||||
M(m)_16=尊
|
||||
M(m)_17=治
|
||||
M(m)_18=统
|
||||
M(m)_19=崇
|
||||
|
||||
# day of week beginning with Saturday (meaning)
|
||||
D(m)_1=荣耀
|
||||
D(m)_2=美丽
|
||||
D(m)_3=完美
|
||||
D(m)_4=优雅
|
||||
D(m)_5=正义
|
||||
D(m)_6=高贵
|
||||
D(m)_7=独立
|
||||
|
||||
# years (meaning)
|
||||
YOV(m)_1=字母A
|
||||
YOV(m)_2=字母B
|
||||
YOV(m)_3=父亲
|
||||
YOV(m)_4=字母D
|
||||
YOV(m)_5=门
|
||||
YOV(m)_6=字母V
|
||||
YOV(m)_7=永久
|
||||
YOV(m)_8=慷慨
|
||||
YOV(m)_9=高贵
|
||||
YOV(m)_10=爱
|
||||
YOV(m)_11=高兴
|
||||
YOV(m)_12=答案
|
||||
YOV(m)_13=单独
|
||||
YOV(m)_14=丰富
|
||||
YOV(m)_15=影响
|
||||
YOV(m)_16=开始
|
||||
YOV(m)_17=光明的
|
||||
YOV(m)_18=最光明的
|
||||
YOV(m)_19=团结
|
||||
|
||||
# vahid (in Bahai transcription)
|
||||
V=瓦希德
|
||||
|
||||
# kull-i-shai (in Bahai transcription)
|
||||
K=库勒谢
|
||||
|
||||
# ayyam-i-ha (intercalary days)
|
||||
A=阿亚密哈
|
||||
|
||||
# vahid (meaning)
|
||||
v=团结
|
||||
|
||||
# kull-i-shai (meaning)
|
||||
k=所有事物
|
||||
|
||||
# ayyam-i-ha (meaning: intercalary days)
|
||||
a='哈'之日
|
||||
|
||||
# eras (wide, abbreviated, narrow)
|
||||
E(w)_0=时代巴哈
|
||||
E(a)_0=时代巴哈
|
||||
E(n)_0=时代巴哈
|
|
@ -1,19 +0,0 @@
|
|||
# -------------------------------------------------------------------------
|
||||
# Legend:
|
||||
#
|
||||
# Short keys: M=MONTH_OF_YEAR, E=ERA
|
||||
# Format mode: w=WIDE, a=ABBREVIATED, s=SHORT, n=NARROW
|
||||
# Standalone mode: W=WIDE, A=ABBREVIATED, S=SHORT, N=NARROW
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
# property key format (first letter only if true)
|
||||
useShortKeys=true
|
||||
|
||||
# eras
|
||||
E(w)_0=Rattanakosin Sok
|
||||
E(a)_0=R.S.
|
||||
E(n)_0=R.S.
|
||||
|
||||
E(w)_1=Buddhist Era
|
||||
E(a)_1=BE
|
||||
E(n)_1=BE
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE፣ d MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=dd/MM/y GGGGG
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=التقويم البوذي
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=era budista
|
||||
|
||||
E(a)_1=EB
|
||||
|
||||
E(n)_1=EB
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE, dd MMMM 'de' y G
|
||||
F(l)=d MMMM 'de' y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=d/M/yy GGGGG
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
# format patterns
|
||||
F(f)=EEEE, d MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=d.M.yy
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
# format patterns
|
||||
F(f)=EEEE d MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=dd/MM/y GGGG
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=BE
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=eB
|
||||
|
||||
E(a)_1=eB
|
||||
|
||||
E(n)_1=eB
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE, dd MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=dd/MM/y GGGGG
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE d. MMMM y G
|
||||
F(l)=d. MMMM y G
|
||||
F(m)=d. M. y G
|
||||
F(s)=dd.MM.yy GGGGG
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=B.E.
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=Β.Ε.
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE, d MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=d/M/y GGGGG
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=BE
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BK
|
||||
|
||||
E(a)_1=BK
|
||||
|
||||
E(n)_1=BK
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=BG
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=تقویم بودایی
|
||||
|
||||
E(a)_1=تقویم بودایی
|
||||
|
||||
E(n)_1=تقویم بودایی
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=buddhalainen aika
|
||||
|
||||
# format patterns
|
||||
F(f)=cccc d. MMMM y G
|
||||
F(l)=d. MMMM y G
|
||||
F(m)=d.M.y G
|
||||
F(s)=d.M.y GGGGG
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE, MMMM d, y G
|
||||
F(l)=MMMM d, y G
|
||||
F(m)=MMM d, y G
|
||||
F(s)=M/d/y GGGGG
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=ère bouddhique
|
||||
|
||||
E(a)_1=E. B.
|
||||
|
||||
E(n)_1=EB
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE d MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=dd/MM/y GGGGG
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=BE
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE d MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=dd-MM-yy GGGGG
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=RB
|
||||
|
||||
E(a)_1=RB
|
||||
|
||||
E(n)_1=RB
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE d MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=dd/MM/y GGGGG
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
# format patterns
|
||||
F(f)=EEEE, d'mh' MMMM y G
|
||||
F(l)=d'mh' MMMM y G
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
# format patterns
|
||||
F(f)=EEEE d. MMMM y G
|
||||
F(l)=d. MMMM y G
|
||||
F(m)=d. MMM y G
|
||||
F(s)=d.M.y
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=הספירה הבודהיסטית
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=BE
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BK
|
||||
|
||||
E(a)_1=BK
|
||||
|
||||
E(n)_1=BK
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE, dd MMMM y G
|
||||
F(l)=d MMMM y G
|
||||
F(m)=d MMM y G
|
||||
F(s)=d/M/y GGGGG
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=búddhadagatal
|
||||
|
||||
E(a)_1=BD
|
||||
|
||||
E(n)_1=BD
|
||||
|
||||
# format patterns
|
||||
F(f)=EEEE, d. MMMM y G
|
||||
F(l)=d. MMMM y G
|
||||
F(m)=d.M.y G
|
||||
F(s)=d.M.y GGGGG
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=EB
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=仏暦
|
||||
|
||||
# format patterns
|
||||
F(f)=GGGGy年M月d日EEEE
|
||||
F(l)=GGGGy年M月d日
|
||||
F(m)=Gy/MM/dd
|
||||
F(s)=Gy/MM/dd
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=ព.ស.
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=불기
|
||||
|
||||
E(a)_1=불기
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=BE
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(a)_1=ພ.ສ.
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=BE
|
||||
|
||||
E(a)_1=BE
|
||||
|
||||
E(n)_1=BE
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
# eras
|
||||
E(w)_1=budistu ēra
|
||||
|
||||
E(a)_1=B.E.
|
||||
|
||||
E(n)_1=B.E.
|