@sync-in/server 1.7.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +173 -58
- package/environment/environment.dist.yaml +6 -3
- package/migrations/0003_giant_luckman.sql +6 -0
- package/migrations/meta/0003_snapshot.json +2463 -0
- package/migrations/meta/_journal.json +7 -0
- package/package.json +19 -17
- package/server/app.bootstrap.js +5 -2
- package/server/app.bootstrap.js.map +1 -1
- package/server/app.constants.js +0 -4
- package/server/app.constants.js.map +1 -1
- package/server/app.service.js +7 -6
- package/server/app.service.js.map +1 -1
- package/server/applications/files/constants/only-office.js +12 -0
- package/server/applications/files/constants/only-office.js.map +1 -1
- package/server/applications/files/files.config.js +5 -0
- package/server/applications/files/files.config.js.map +1 -1
- package/server/applications/files/files.controller.js +12 -4
- package/server/applications/files/files.controller.js.map +1 -1
- package/server/applications/files/files.controller.spec.js +18 -4
- package/server/applications/files/files.controller.spec.js.map +1 -1
- package/server/applications/files/services/files-content-manager.service.js +6 -6
- package/server/applications/files/services/files-content-manager.service.js.map +1 -1
- package/server/applications/files/services/files-manager.service.js +4 -4
- package/server/applications/files/services/files-manager.service.js.map +1 -1
- package/server/applications/files/services/files-methods.service.js +4 -7
- package/server/applications/files/services/files-methods.service.js.map +1 -1
- package/server/applications/files/services/files-only-office-manager.service.js +2 -2
- package/server/applications/files/services/files-only-office-manager.service.js.map +1 -1
- package/server/applications/files/services/files-parser.service.js +6 -3
- package/server/applications/files/services/files-parser.service.js.map +1 -1
- package/server/applications/files/services/files-scheduler.service.js +51 -3
- package/server/applications/files/services/files-scheduler.service.js.map +1 -1
- package/server/applications/files/services/files-search-manager.service.js +4 -0
- package/server/applications/files/services/files-search-manager.service.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/pdf.js +6 -8
- package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
- package/server/applications/notifications/i18n/de.js +56 -0
- package/server/applications/notifications/i18n/de.js.map +1 -0
- package/server/applications/notifications/i18n/es.js +52 -0
- package/server/applications/notifications/i18n/es.js.map +1 -0
- package/server/applications/notifications/i18n/hi.js +52 -0
- package/server/applications/notifications/i18n/hi.js.map +1 -0
- package/server/applications/notifications/i18n/index.js +73 -8
- package/server/applications/notifications/i18n/index.js.map +1 -1
- package/server/applications/notifications/i18n/it.js +52 -0
- package/server/applications/notifications/i18n/it.js.map +1 -0
- package/server/applications/notifications/i18n/ja.js +52 -0
- package/server/applications/notifications/i18n/ja.js.map +1 -0
- package/server/applications/notifications/i18n/ko.js +52 -0
- package/server/applications/notifications/i18n/ko.js.map +1 -0
- package/server/applications/notifications/i18n/pl.js +52 -0
- package/server/applications/notifications/i18n/pl.js.map +1 -0
- package/server/applications/notifications/i18n/pt.js +52 -0
- package/server/applications/notifications/i18n/pt.js.map +1 -0
- package/server/applications/notifications/i18n/pt_br.js +52 -0
- package/server/applications/notifications/i18n/pt_br.js.map +1 -0
- package/server/applications/notifications/i18n/ru.js +52 -0
- package/server/applications/notifications/i18n/ru.js.map +1 -0
- package/server/applications/notifications/i18n/tr.js +52 -0
- package/server/applications/notifications/i18n/tr.js.map +1 -0
- package/server/applications/notifications/i18n/zh.js +52 -0
- package/server/applications/notifications/i18n/zh.js.map +1 -0
- package/server/applications/notifications/mails/models.js +6 -7
- package/server/applications/notifications/mails/models.js.map +1 -1
- package/server/applications/notifications/services/notifications-manager.service.js.map +1 -1
- package/server/applications/shares/dto/create-or-update-share.dto.js +11 -0
- package/server/applications/shares/dto/create-or-update-share.dto.js.map +1 -1
- package/server/applications/shares/interfaces/share-props.interface.js.map +1 -1
- package/server/applications/shares/schemas/share.interface.js.map +1 -1
- package/server/applications/shares/schemas/shares.schema.js +9 -0
- package/server/applications/shares/schemas/shares.schema.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.js +46 -17
- package/server/applications/shares/services/shares-manager.service.js.map +1 -1
- package/server/applications/shares/services/shares-queries.service.js +24 -5
- package/server/applications/shares/services/shares-queries.service.js.map +1 -1
- package/server/applications/spaces/constants/cache.js +4 -0
- package/server/applications/spaces/constants/cache.js.map +1 -1
- package/server/applications/spaces/dto/create-or-update-space.dto.js +5 -0
- package/server/applications/spaces/dto/create-or-update-space.dto.js.map +1 -1
- package/server/applications/spaces/guards/space.guard.js +3 -3
- package/server/applications/spaces/guards/space.guard.js.map +1 -1
- package/server/applications/spaces/models/space-props.model.js.map +1 -1
- package/server/applications/spaces/models/space.model.js.map +1 -1
- package/server/applications/spaces/schemas/space.interface.js.map +1 -1
- package/server/applications/spaces/schemas/spaces.schema.js +1 -0
- package/server/applications/spaces/schemas/spaces.schema.js.map +1 -1
- package/server/applications/spaces/services/spaces-browser.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.js +34 -31
- package/server/applications/spaces/services/spaces-manager.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-queries.service.js +23 -7
- package/server/applications/spaces/services/spaces-queries.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-scheduler.service.js +21 -20
- package/server/applications/spaces/services/spaces-scheduler.service.js.map +1 -1
- package/server/applications/spaces/spaces.controller.js +4 -2
- package/server/applications/spaces/spaces.controller.js.map +1 -1
- package/server/applications/spaces/utils/paths.js +14 -16
- package/server/applications/spaces/utils/paths.js.map +1 -1
- package/server/applications/sync/services/sync-manager.service.js +4 -3
- package/server/applications/sync/services/sync-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.js +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js.map +1 -1
- package/server/applications/sync/sync.controller.js +2 -1
- package/server/applications/sync/sync.controller.js.map +1 -1
- package/server/applications/users/constants/routes.js +5 -0
- package/server/applications/users/constants/routes.js.map +1 -1
- package/server/applications/users/constants/user.js +0 -16
- package/server/applications/users/constants/user.js.map +1 -1
- package/server/applications/users/dto/user-properties.dto.js +10 -0
- package/server/applications/users/dto/user-properties.dto.js.map +1 -1
- package/server/applications/users/models/user.model.js.map +1 -1
- package/server/applications/users/schemas/user.interface.js.map +1 -1
- package/server/applications/users/schemas/users.schema.js +3 -2
- package/server/applications/users/schemas/users.schema.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.js +1 -0
- package/server/applications/users/services/admin-users-manager.service.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.spec.js +2 -1
- package/server/applications/users/services/admin-users-manager.service.spec.js.map +1 -1
- package/server/applications/users/services/users-manager.service.js +7 -2
- package/server/applications/users/services/users-manager.service.js.map +1 -1
- package/server/applications/users/services/users-manager.service.spec.js +1 -0
- package/server/applications/users/services/users-manager.service.spec.js.map +1 -1
- package/server/applications/users/services/users-queries.service.js +18 -4
- package/server/applications/users/services/users-queries.service.js.map +1 -1
- package/server/applications/users/users.controller.js +15 -0
- package/server/applications/users/users.controller.js.map +1 -1
- package/server/applications/users/users.gateway.js +6 -0
- package/server/applications/users/users.gateway.js.map +1 -1
- package/server/applications/users/utils/test.js +2 -2
- package/server/applications/users/utils/test.js.map +1 -1
- package/server/applications/webdav/constants/routes.js +2 -2
- package/server/applications/webdav/constants/routes.js.map +1 -1
- package/server/applications/webdav/constants/webdav.js +2 -2
- package/server/applications/webdav/constants/webdav.js.map +1 -1
- package/server/applications/webdav/filters/webdav.filter.js +2 -2
- package/server/applications/webdav/filters/webdav.filter.js.map +1 -1
- package/server/applications/webdav/filters/webdav.filter.spec.js +2 -2
- package/server/applications/webdav/filters/webdav.filter.spec.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.js +3 -2
- package/server/applications/webdav/services/webdav-methods.service.js.map +1 -1
- package/server/applications/webdav/utils/webdav.js +1 -2
- package/server/applications/webdav/utils/webdav.js.map +1 -1
- package/server/authentication/auth.config.js +2 -2
- package/server/authentication/auth.config.js.map +1 -1
- package/server/authentication/guards/auth-basic.strategy.js +2 -2
- package/server/authentication/guards/auth-basic.strategy.js.map +1 -1
- package/server/common/i18n.js +52 -0
- package/server/common/i18n.js.map +1 -0
- package/server/common/image.js +63 -43
- package/server/common/image.js.map +1 -1
- package/server/common/interfaces.js.map +1 -1
- package/server/common/shared.js +5 -2
- package/server/common/shared.js.map +1 -1
- package/server/configuration/config.validation.js +3 -3
- package/server/configuration/config.validation.js.map +1 -1
- package/server/infrastructure/cache/adapters/mysql-cache.adapter.js +8 -6
- package/server/infrastructure/cache/adapters/mysql-cache.adapter.js.map +1 -1
- package/server/infrastructure/cache/adapters/redis-cache.adapter.js +22 -17
- package/server/infrastructure/cache/adapters/redis-cache.adapter.js.map +1 -1
- package/server/infrastructure/cache/cache.e2e-spec.js +1 -0
- package/server/infrastructure/cache/cache.e2e-spec.js.map +1 -1
- package/server/infrastructure/cache/cache.module.js +1 -14
- package/server/infrastructure/cache/cache.module.js.map +1 -1
- package/server/infrastructure/cache/services/cache.service.js.map +1 -1
- package/server/infrastructure/database/database.module.js +20 -1
- package/server/infrastructure/database/database.module.js.map +1 -1
- package/server/infrastructure/database/utils.js +48 -0
- package/server/infrastructure/database/utils.js.map +1 -1
- package/server/infrastructure/scheduler/scheduler.module.js +1 -1
- package/server/infrastructure/scheduler/scheduler.module.js.map +1 -1
- package/server/infrastructure/websocket/adapters/cluster.adapter.js +1 -3
- package/server/infrastructure/websocket/adapters/cluster.adapter.js.map +1 -1
- package/static/3rdpartylicenses.txt +137 -163
- package/static/chunk-2KLC4T2Z.js +1 -0
- package/static/chunk-2VMSXRCB.js +12 -0
- package/static/chunk-3GMLWAFZ.js +1 -0
- package/static/chunk-3OHSRRKH.js +4 -0
- package/static/chunk-3R4WKOHQ.js +1 -0
- package/static/{chunk-7ITZXYYJ.js → chunk-3R74L4UU.js} +1 -1
- package/static/chunk-3XVM35O2.js +1 -0
- package/static/chunk-3YVRP3VM.js +2 -0
- package/static/chunk-5NMSIIQB.js +1 -0
- package/static/chunk-5UKZLU5H.js +1 -0
- package/static/chunk-AF24EYXU.js +1 -0
- package/static/chunk-AKQVEHO6.js +2 -0
- package/static/chunk-BCVX464U.js +2 -0
- package/static/chunk-BQV4FRM6.js +1 -0
- package/static/{chunk-EVIE5F2U.js → chunk-CETH7UYS.js} +1 -1
- package/static/chunk-CHJ64RJM.js +1 -0
- package/static/chunk-DIT6W7VM.js +562 -0
- package/static/chunk-DKSEQTMX.js +1 -0
- package/static/chunk-DM4NXKEP.js +1 -0
- package/static/chunk-DPUVSXRB.js +1 -0
- package/static/chunk-DSWEWLXJ.js +1 -0
- package/static/chunk-FJE6BOFL.js +1 -0
- package/static/chunk-FZ3JPGYZ.js +1 -0
- package/static/chunk-IQSKQXC3.js +1 -0
- package/static/chunk-ITUFI2BJ.js +1 -0
- package/static/chunk-JPT5WEAT.js +1 -0
- package/static/chunk-LCTZJ537.js +1 -0
- package/static/chunk-LK2UCQJ6.js +1 -0
- package/static/chunk-LNTUR3GU.js +1 -0
- package/static/chunk-LP5TBXEN.js +7 -0
- package/static/{chunk-IPAC4VAF.js → chunk-LVSNIS5P.js} +1 -1
- package/static/{chunk-SIPE37PA.js → chunk-MTVSJTIW.js} +1 -1
- package/static/chunk-N3U6637P.js +1 -0
- package/static/chunk-NNV4OXSB.js +1 -0
- package/static/chunk-O6FYXVHI.js +1 -0
- package/static/chunk-OOGP4WSH.js +2 -0
- package/static/chunk-PB4AIT7O.js +1 -0
- package/static/chunk-PCWDQPOM.js +2 -0
- package/static/chunk-PNR6M34W.js +1 -0
- package/static/chunk-PVDHBQRM.js +1 -0
- package/static/chunk-Q5KM7LTX.js +1 -0
- package/static/chunk-QHC6ZPQ4.js +1 -0
- package/static/chunk-QMRBZHE4.js +1 -0
- package/static/chunk-QO6BTONN.js +1 -0
- package/static/chunk-QSJRY3TF.js +1 -0
- package/static/chunk-QUUIRSYT.js +1 -0
- package/static/chunk-RFH46UW3.js +1 -0
- package/static/{chunk-PTGDOWV3.js → chunk-RSXHRKM5.js} +1 -1
- package/static/chunk-RV3VZJPZ.js +1 -0
- package/static/{chunk-QNJFQVYI.js → chunk-S7HNXVRB.js} +1 -1
- package/static/chunk-SBZ572Q4.js +2 -0
- package/static/chunk-SJR5R3Y4.js +1 -0
- package/static/chunk-SLHTEGRU.js +1 -0
- package/static/{chunk-SH5EVL4E.js → chunk-SSFF27P2.js} +1 -1
- package/static/chunk-UNCPXHHT.js +1 -0
- package/static/chunk-URHTCJ7G.js +1 -0
- package/static/chunk-V3LHHZYN.js +1 -0
- package/static/{chunk-DJYJ66UF.js → chunk-VJTXJ43D.js} +1 -1
- package/static/chunk-VQQKMY2C.js +1 -0
- package/static/{chunk-IQOALFYU.js → chunk-WSSU2HXE.js} +1 -1
- package/static/chunk-XDZGW64M.js +3 -0
- package/static/chunk-XTRDKGKG.js +1 -0
- package/static/chunk-YLWTEC3X.js +1 -0
- package/static/chunk-Z5J5F5SX.js +1 -0
- package/static/chunk-ZIJQRARU.js +1 -0
- package/static/index.html +2 -2
- package/static/main-4H5BJY3J.js +9 -0
- package/static/scripts-WRDOQIU5.js +24 -0
- package/static/{styles-A5VYX3CE.css → styles-2C2UNCNB.css} +1 -1
- package/server/applications/spaces/interfaces/space-quota.interface.js +0 -10
- package/server/applications/spaces/interfaces/space-quota.interface.js.map +0 -1
- package/static/chunk-22EANI6R.js +0 -1
- package/static/chunk-3GFGJYMK.js +0 -1
- package/static/chunk-4YGJGZZZ.js +0 -1
- package/static/chunk-5K7HEX3C.js +0 -27
- package/static/chunk-5KLMS6A4.js +0 -1
- package/static/chunk-ATP3BFHV.js +0 -562
- package/static/chunk-BB4G55KE.js +0 -1
- package/static/chunk-EWKSX76T.js +0 -1
- package/static/chunk-FHLACA7V.js +0 -1
- package/static/chunk-GCATNU55.js +0 -1
- package/static/chunk-GYODPCIE.js +0 -1
- package/static/chunk-HZTFYLM5.js +0 -1
- package/static/chunk-JSUKJT6Z.js +0 -1
- package/static/chunk-JXZCNFW7.js +0 -1
- package/static/chunk-LTGFCQR7.js +0 -1
- package/static/chunk-LV3PYKWO.js +0 -1
- package/static/chunk-N2WFNW6M.js +0 -7
- package/static/chunk-ORMRCEGT.js +0 -1
- package/static/chunk-OUTBJSMW.js +0 -1
- package/static/chunk-RS2PX32L.js +0 -1
- package/static/chunk-RSSWH3S2.js +0 -1
- package/static/chunk-RTRJ3KFH.js +0 -1
- package/static/chunk-TKTCBDOG.js +0 -1
- package/static/chunk-V6K2N46L.js +0 -1
- package/static/chunk-XLCCZSQL.js +0 -4
- package/static/chunk-YPEH66GG.js +0 -1
- package/static/chunk-YPOIUQ57.js +0 -1
- package/static/chunk-ZKCFO2OA.js +0 -4
- package/static/main-MZ7HWZXO.js +0 -9
- package/static/scripts-VZVAP2P4.js +0 -30
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
+
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
+
* See the LICENSE file for licensing details
|
|
5
|
+
*/ /*
|
|
6
|
+
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
7
|
+
* This file is part of Sync-in | The open source file sync and share solution
|
|
8
|
+
* See the LICENSE file for licensing details
|
|
9
|
+
*/ "use strict";
|
|
10
|
+
Object.defineProperty(exports, "__esModule", {
|
|
11
|
+
value: true
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "de", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function() {
|
|
16
|
+
return de;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
const de = {
|
|
20
|
+
'If you no longer wish to receive notifications, change your preferences directly from your user space': 'Wenn Sie keine Benachrichtigungen mehr erhalten möchten, ändern Sie Ihre Einstellungen direkt in Ihrem Benutzerbereich',
|
|
21
|
+
'Access it from': 'Öffnen Sie es über',
|
|
22
|
+
Comment: 'Kommentar',
|
|
23
|
+
commented: 'hat kommentiert',
|
|
24
|
+
'You receive this notification if you are the owner of the file or if you have also commented on this file': 'Sie erhalten diese Benachrichtigung, wenn Sie der Eigentümer der Datei sind oder wenn Sie diese Datei ebenfalls kommentiert haben',
|
|
25
|
+
Space: 'Bereich',
|
|
26
|
+
'from the space': 'aus dem Bereich',
|
|
27
|
+
'to the space': 'zum Bereich',
|
|
28
|
+
'Access your spaces from': 'Öffnen Sie Ihre Bereiche über',
|
|
29
|
+
'Access this space from': 'Öffnen Sie diesen Bereich über',
|
|
30
|
+
'You now have access to the space': 'Sie haben jetzt Zugriff auf den Bereich',
|
|
31
|
+
'You no longer have access to the space': 'Sie haben keinen Zugriff mehr auf den Bereich',
|
|
32
|
+
'This space has been permanently deleted': 'Dieser Bereich wurde dauerhaft gelöscht',
|
|
33
|
+
anchored: 'hat angeheftet',
|
|
34
|
+
unanchored: 'hat gelöst',
|
|
35
|
+
Share: 'Freigabe',
|
|
36
|
+
'shared with you': 'hat mit Ihnen geteilt',
|
|
37
|
+
'no longer share with you': 'teilt nicht mehr mit Ihnen',
|
|
38
|
+
'You now have access to the share': 'Sie haben jetzt Zugriff auf die Freigabe',
|
|
39
|
+
'You no longer have access to the share': 'Sie haben keinen Zugriff mehr auf die Freigabe',
|
|
40
|
+
'You are no longer a member of the parent share, your child share has been deleted': 'Sie sind kein Mitglied der übergeordneten Freigabe mehr, Ihre untergeordnete Freigabe wurde gelöscht',
|
|
41
|
+
'Access your shares from': 'Öffnen Sie Ihre Freigaben über',
|
|
42
|
+
'Access password': 'Zugriffspasswort',
|
|
43
|
+
Sync: 'Synchronisierung',
|
|
44
|
+
'Access your syncs from': 'Öffnen Sie Ihre Synchronisierungen über',
|
|
45
|
+
'You are no longer synchronizing': 'Sie synchronisieren nicht mehr',
|
|
46
|
+
'Security notification': 'Sicherheitsbenachrichtigung',
|
|
47
|
+
'Your account has been locked after several unsuccessful authentication attempts': 'Ihr Konto wurde nach mehreren fehlgeschlagenen Anmeldeversuchen gesperrt',
|
|
48
|
+
'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': 'Diese Sicherheitsbenachrichtigung betrifft Ihr Sync-in-Konto. Bitte wenden Sie sich an einen Administrator, damit er die Analyse durchführt und Ihr Konto entsperrt.',
|
|
49
|
+
'Two-factor authentication (2FA) on your account has been disabled': 'Die Zwei-Faktor-Authentifizierung (2FA) für Ihr Konto wurde deaktiviert',
|
|
50
|
+
'Two-factor authentication (2FA) on your account has been enabled': 'Die Zwei-Faktor-Authentifizierung (2FA) für Ihr Konto wurde aktiviert',
|
|
51
|
+
'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': 'Sie erhalten diese Benachrichtigung, weil sich die Sicherheit Ihres Sync-in-Kontos geändert hat. Wenn Sie der Meinung sind, dass dies ein Fehler war, überprüfen Sie bitte Ihre Sicherheitseinstellungen oder kontaktieren Sie Ihren Administrator.',
|
|
52
|
+
'Address IP': 'IP-Adresse',
|
|
53
|
+
Browser: 'Browser'
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=de.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/de.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nexport const de = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space':\n 'Wenn Sie keine Benachrichtigungen mehr erhalten möchten, ändern Sie Ihre Einstellungen direkt in Ihrem Benutzerbereich',\n 'Access it from': 'Öffnen Sie es über',\n Comment: 'Kommentar',\n commented: 'hat kommentiert',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Sie erhalten diese Benachrichtigung, wenn Sie der Eigentümer der Datei sind oder wenn Sie diese Datei ebenfalls kommentiert haben',\n Space: 'Bereich',\n 'from the space': 'aus dem Bereich',\n 'to the space': 'zum Bereich',\n 'Access your spaces from': 'Öffnen Sie Ihre Bereiche über',\n 'Access this space from': 'Öffnen Sie diesen Bereich über',\n 'You now have access to the space': 'Sie haben jetzt Zugriff auf den Bereich',\n 'You no longer have access to the space': 'Sie haben keinen Zugriff mehr auf den Bereich',\n 'This space has been permanently deleted': 'Dieser Bereich wurde dauerhaft gelöscht',\n anchored: 'hat angeheftet',\n unanchored: 'hat gelöst',\n Share: 'Freigabe',\n 'shared with you': 'hat mit Ihnen geteilt',\n 'no longer share with you': 'teilt nicht mehr mit Ihnen',\n 'You now have access to the share': 'Sie haben jetzt Zugriff auf die Freigabe',\n 'You no longer have access to the share': 'Sie haben keinen Zugriff mehr auf die Freigabe',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Sie sind kein Mitglied der übergeordneten Freigabe mehr, Ihre untergeordnete Freigabe wurde gelöscht',\n 'Access your shares from': 'Öffnen Sie Ihre Freigaben über',\n 'Access password': 'Zugriffspasswort',\n Sync: 'Synchronisierung',\n 'Access your syncs from': 'Öffnen Sie Ihre Synchronisierungen über',\n 'You are no longer synchronizing': 'Sie synchronisieren nicht mehr',\n 'Security notification': 'Sicherheitsbenachrichtigung',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Ihr Konto wurde nach mehreren fehlgeschlagenen Anmeldeversuchen gesperrt',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'Diese Sicherheitsbenachrichtigung betrifft Ihr Sync-in-Konto. Bitte wenden Sie sich an einen Administrator, damit er die Analyse durchführt und Ihr Konto entsperrt.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'Die Zwei-Faktor-Authentifizierung (2FA) für Ihr Konto wurde deaktiviert',\n 'Two-factor authentication (2FA) on your account has been enabled': 'Die Zwei-Faktor-Authentifizierung (2FA) für Ihr Konto wurde aktiviert',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Sie erhalten diese Benachrichtigung, weil sich die Sicherheit Ihres Sync-in-Kontos geändert hat. Wenn Sie der Meinung sind, dass dies ein Fehler war, überprüfen Sie bitte Ihre Sicherheitseinstellungen oder kontaktieren Sie Ihren Administrator.',\n 'Address IP': 'IP-Adresse',\n Browser: 'Browser'\n} as const\n"],"names":["de","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":"AAAA;;;;CAIC,GACD;;;;CAIC;;;;+BAEYA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,yGACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;AACX"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
+
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
+
* See the LICENSE file for licensing details
|
|
5
|
+
*/ "use strict";
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
Object.defineProperty(exports, "es", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function() {
|
|
12
|
+
return es;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
const es = {
|
|
16
|
+
'If you no longer wish to receive notifications, change your preferences directly from your user space': 'Si ya no desea recibir notificaciones, cambie sus preferencias directamente desde su espacio de usuario',
|
|
17
|
+
'Access it from': 'Acceda a él desde',
|
|
18
|
+
Comment: 'Comentario',
|
|
19
|
+
commented: 'comentó',
|
|
20
|
+
'You receive this notification if you are the owner of the file or if you have also commented on this file': 'Recibe esta notificación si es el propietario del archivo o si también ha comentado este archivo',
|
|
21
|
+
Space: 'Espacio',
|
|
22
|
+
'from the space': 'del espacio',
|
|
23
|
+
'to the space': 'al espacio',
|
|
24
|
+
'Access your spaces from': 'Acceda a sus espacios desde',
|
|
25
|
+
'Access this space from': 'Acceda a este espacio desde',
|
|
26
|
+
'You now have access to the space': 'Ahora tiene acceso al espacio',
|
|
27
|
+
'You no longer have access to the space': 'Ya no tiene acceso al espacio',
|
|
28
|
+
'This space has been permanently deleted': 'Este espacio ha sido eliminado permanentemente',
|
|
29
|
+
anchored: 'ancló',
|
|
30
|
+
unanchored: 'desancló',
|
|
31
|
+
Share: 'Compartir',
|
|
32
|
+
'shared with you': 'compartió con usted',
|
|
33
|
+
'no longer share with you': 'ya no comparte con usted',
|
|
34
|
+
'You now have access to the share': 'Ahora tiene acceso al recurso compartido',
|
|
35
|
+
'You no longer have access to the share': 'Ya no tiene acceso al recurso compartido',
|
|
36
|
+
'You are no longer a member of the parent share, your child share has been deleted': 'Ya no es miembro del recurso compartido principal; su recurso compartido hijo ha sido eliminado',
|
|
37
|
+
'Access your shares from': 'Acceda a sus recursos compartidos desde',
|
|
38
|
+
'Access password': 'Contraseña de acceso',
|
|
39
|
+
Sync: 'Sincronización',
|
|
40
|
+
'Access your syncs from': 'Acceda a sus sincronizaciones desde',
|
|
41
|
+
'You are no longer synchronizing': 'Ya no está sincronizando',
|
|
42
|
+
'Security notification': 'Notificación de seguridad',
|
|
43
|
+
'Your account has been locked after several unsuccessful authentication attempts': 'Su cuenta ha sido bloqueada tras varios intentos de autenticación fallidos',
|
|
44
|
+
'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': 'Esta notificación de seguridad concierne a su cuenta de Sync-in. Póngase en contacto con un administrador para realizar el análisis y desbloquear su cuenta.',
|
|
45
|
+
'Two-factor authentication (2FA) on your account has been disabled': 'La autenticación de dos factores (2FA) de su cuenta ha sido desactivada',
|
|
46
|
+
'Two-factor authentication (2FA) on your account has been enabled': 'La autenticación de dos factores (2FA) de su cuenta ha sido activada',
|
|
47
|
+
'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': 'Ha recibido esta notificación porque la seguridad de su cuenta de Sync-in ha cambiado. Si cree que se trata de un error, revise su configuración de seguridad o contacte a su administrador.',
|
|
48
|
+
'Address IP': 'Dirección IP',
|
|
49
|
+
Browser: 'Navegador'
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/es.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nexport const es = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space':\n 'Si ya no desea recibir notificaciones, cambie sus preferencias directamente desde su espacio de usuario',\n 'Access it from': 'Acceda a él desde',\n Comment: 'Comentario',\n commented: 'comentó',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Recibe esta notificación si es el propietario del archivo o si también ha comentado este archivo',\n Space: 'Espacio',\n 'from the space': 'del espacio',\n 'to the space': 'al espacio',\n 'Access your spaces from': 'Acceda a sus espacios desde',\n 'Access this space from': 'Acceda a este espacio desde',\n 'You now have access to the space': 'Ahora tiene acceso al espacio',\n 'You no longer have access to the space': 'Ya no tiene acceso al espacio',\n 'This space has been permanently deleted': 'Este espacio ha sido eliminado permanentemente',\n anchored: 'ancló',\n unanchored: 'desancló',\n Share: 'Compartir',\n 'shared with you': 'compartió con usted',\n 'no longer share with you': 'ya no comparte con usted',\n 'You now have access to the share': 'Ahora tiene acceso al recurso compartido',\n 'You no longer have access to the share': 'Ya no tiene acceso al recurso compartido',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Ya no es miembro del recurso compartido principal; su recurso compartido hijo ha sido eliminado',\n 'Access your shares from': 'Acceda a sus recursos compartidos desde',\n 'Access password': 'Contraseña de acceso',\n Sync: 'Sincronización',\n 'Access your syncs from': 'Acceda a sus sincronizaciones desde',\n 'You are no longer synchronizing': 'Ya no está sincronizando',\n 'Security notification': 'Notificación de seguridad',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Su cuenta ha sido bloqueada tras varios intentos de autenticación fallidos',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'Esta notificación de seguridad concierne a su cuenta de Sync-in. Póngase en contacto con un administrador para realizar el análisis y desbloquear su cuenta.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'La autenticación de dos factores (2FA) de su cuenta ha sido desactivada',\n 'Two-factor authentication (2FA) on your account has been enabled': 'La autenticación de dos factores (2FA) de su cuenta ha sido activada',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Ha recibido esta notificación porque la seguridad de su cuenta de Sync-in ha cambiado. Si cree que se trata de un error, revise su configuración de seguridad o contacte a su administrador.',\n 'Address IP': 'Dirección IP',\n Browser: 'Navegador'\n} as const\n"],"names":["es","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":"AAAA;;;;CAIC;;;;+BAEYA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,yGACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;AACX"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
+
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
+
* See the LICENSE file for licensing details
|
|
5
|
+
*/ "use strict";
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
Object.defineProperty(exports, "hi", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function() {
|
|
12
|
+
return hi;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
const hi = {
|
|
16
|
+
'If you no longer wish to receive notifications, change your preferences directly from your user space': 'यदि आप अब सूचनाएँ प्राप्त नहीं करना चाहते हैं, तो अपने उपयोगकर्ता क्षेत्र से सीधे अपनी प्राथमिकताएँ बदलें',
|
|
17
|
+
'Access it from': 'इसे यहाँ से एक्सेस करें',
|
|
18
|
+
Comment: 'टिप्पणी',
|
|
19
|
+
commented: 'ने टिप्पणी की',
|
|
20
|
+
'You receive this notification if you are the owner of the file or if you have also commented on this file': 'यदि आप फ़ाइल के मालिक हैं या आपने भी इस फ़ाइल पर टिप्पणी की है, तो आपको यह सूचना प्राप्त होती है',
|
|
21
|
+
Space: 'स्पेस',
|
|
22
|
+
'from the space': 'स्पेस से',
|
|
23
|
+
'to the space': 'स्पेस में',
|
|
24
|
+
'Access your spaces from': 'अपने स्पेस यहाँ से एक्सेस करें',
|
|
25
|
+
'Access this space from': 'इस स्पेस को यहाँ से एक्सेस करें',
|
|
26
|
+
'You now have access to the space': 'अब आपको स्पेस तक पहुंच प्राप्त है',
|
|
27
|
+
'You no longer have access to the space': 'अब आपको स्पेस तक पहुंच नहीं है',
|
|
28
|
+
'This space has been permanently deleted': 'यह स्पेस स्थायी रूप से हटा दिया गया है',
|
|
29
|
+
anchored: 'एंकर किया',
|
|
30
|
+
unanchored: 'अनएंकर किया',
|
|
31
|
+
Share: 'साझा',
|
|
32
|
+
'shared with you': 'आपके साथ साझा किया',
|
|
33
|
+
'no longer share with you': 'अब आपके साथ साझा नहीं किया',
|
|
34
|
+
'You now have access to the share': 'अब आपको साझा सामग्री तक पहुंच प्राप्त है',
|
|
35
|
+
'You no longer have access to the share': 'अब आपको साझा सामग्री तक पहुंच नहीं है',
|
|
36
|
+
'You are no longer a member of the parent share, your child share has been deleted': 'आप अब पैरेंट शेयर के सदस्य नहीं हैं; आपका चाइल्ड शेयर हटा दिया गया है',
|
|
37
|
+
'Access your shares from': 'अपने शेयर यहाँ से एक्सेस करें',
|
|
38
|
+
'Access password': 'एक्सेस पासवर्ड',
|
|
39
|
+
Sync: 'समन्वयन',
|
|
40
|
+
'Access your syncs from': 'अपने समन्वयन यहाँ से एक्सेस करें',
|
|
41
|
+
'You are no longer synchronizing': 'आप अब समन्वयन नहीं कर रहे हैं',
|
|
42
|
+
'Security notification': 'सुरक्षा सूचना',
|
|
43
|
+
'Your account has been locked after several unsuccessful authentication attempts': 'कई असफल प्रमाणीकरण प्रयासों के बाद आपका खाता लॉक कर दिया गया है',
|
|
44
|
+
'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': 'यह सुरक्षा सूचना आपके Sync-in खाते से संबंधित है। कृपया विश्लेषण करने और अपना खाता अनलॉक करने के लिए किसी प्रशासक से संपर्क करें।',
|
|
45
|
+
'Two-factor authentication (2FA) on your account has been disabled': 'आपके खाते पर दो‑कारक प्रमाणीकरण (2FA) अक्षम कर दिया गया है',
|
|
46
|
+
'Two-factor authentication (2FA) on your account has been enabled': 'आपके खाते पर दो‑कारक प्रमाणीकरण (2FA) सक्षम कर दिया गया है',
|
|
47
|
+
'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': 'आपको यह सूचना इसलिए मिली है क्योंकि आपके Sync-in खाते की सुरक्षा बदल गई है। यदि आपको लगता है कि यह गलती से हुआ है, तो कृपया अपनी सुरक्षा सेटिंग्स की समीक्षा करें या अपने प्रशासक से संपर्क करें।',
|
|
48
|
+
'Address IP': 'IP पता',
|
|
49
|
+
Browser: 'ब्राउज़र'
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=hi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/hi.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nexport const hi = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space':\n 'यदि आप अब सूचनाएँ प्राप्त नहीं करना चाहते हैं, तो अपने उपयोगकर्ता क्षेत्र से सीधे अपनी प्राथमिकताएँ बदलें',\n 'Access it from': 'इसे यहाँ से एक्सेस करें',\n Comment: 'टिप्पणी',\n commented: 'ने टिप्पणी की',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'यदि आप फ़ाइल के मालिक हैं या आपने भी इस फ़ाइल पर टिप्पणी की है, तो आपको यह सूचना प्राप्त होती है',\n Space: 'स्पेस',\n 'from the space': 'स्पेस से',\n 'to the space': 'स्पेस में',\n 'Access your spaces from': 'अपने स्पेस यहाँ से एक्सेस करें',\n 'Access this space from': 'इस स्पेस को यहाँ से एक्सेस करें',\n 'You now have access to the space': 'अब आपको स्पेस तक पहुंच प्राप्त है',\n 'You no longer have access to the space': 'अब आपको स्पेस तक पहुंच नहीं है',\n 'This space has been permanently deleted': 'यह स्पेस स्थायी रूप से हटा दिया गया है',\n anchored: 'एंकर किया',\n unanchored: 'अनएंकर किया',\n Share: 'साझा',\n 'shared with you': 'आपके साथ साझा किया',\n 'no longer share with you': 'अब आपके साथ साझा नहीं किया',\n 'You now have access to the share': 'अब आपको साझा सामग्री तक पहुंच प्राप्त है',\n 'You no longer have access to the share': 'अब आपको साझा सामग्री तक पहुंच नहीं है',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'आप अब पैरेंट शेयर के सदस्य नहीं हैं; आपका चाइल्ड शेयर हटा दिया गया है',\n 'Access your shares from': 'अपने शेयर यहाँ से एक्सेस करें',\n 'Access password': 'एक्सेस पासवर्ड',\n Sync: 'समन्वयन',\n 'Access your syncs from': 'अपने समन्वयन यहाँ से एक्सेस करें',\n 'You are no longer synchronizing': 'आप अब समन्वयन नहीं कर रहे हैं',\n 'Security notification': 'सुरक्षा सूचना',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'कई असफल प्रमाणीकरण प्रयासों के बाद आपका खाता लॉक कर दिया गया है',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'यह सुरक्षा सूचना आपके Sync-in खाते से संबंधित है। कृपया विश्लेषण करने और अपना खाता अनलॉक करने के लिए किसी प्रशासक से संपर्क करें।',\n 'Two-factor authentication (2FA) on your account has been disabled': 'आपके खाते पर दो‑कारक प्रमाणीकरण (2FA) अक्षम कर दिया गया है',\n 'Two-factor authentication (2FA) on your account has been enabled': 'आपके खाते पर दो‑कारक प्रमाणीकरण (2FA) सक्षम कर दिया गया है',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'आपको यह सूचना इसलिए मिली है क्योंकि आपके Sync-in खाते की सुरक्षा बदल गई है। यदि आपको लगता है कि यह गलती से हुआ है, तो कृपया अपनी सुरक्षा सेटिंग्स की समीक्षा करें या अपने प्रशासक से संपर्क करें।',\n 'Address IP': 'IP पता',\n Browser: 'ब्राउज़र'\n} as const\n"],"names":["hi","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":"AAAA;;;;CAIC;;;;+BAEYA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,yGACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;AACX"}
|
|
@@ -20,16 +20,81 @@ _export(exports, {
|
|
|
20
20
|
return translations;
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
|
+
const _de = require("./de");
|
|
24
|
+
const _es = require("./es");
|
|
23
25
|
const _fr = require("./fr");
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
const _hi = require("./hi");
|
|
27
|
+
const _it = require("./it");
|
|
28
|
+
const _ja = require("./ja");
|
|
29
|
+
const _ko = require("./ko");
|
|
30
|
+
const _pl = require("./pl");
|
|
31
|
+
const _pt = require("./pt");
|
|
32
|
+
const _pt_br = require("./pt_br");
|
|
33
|
+
const _ru = require("./ru");
|
|
34
|
+
const _tr = require("./tr");
|
|
35
|
+
const _zh = require("./zh");
|
|
36
|
+
const translations = new Map([
|
|
37
|
+
[
|
|
38
|
+
'de',
|
|
39
|
+
_de.de
|
|
40
|
+
],
|
|
41
|
+
[
|
|
42
|
+
'es',
|
|
43
|
+
_es.es
|
|
44
|
+
],
|
|
45
|
+
[
|
|
46
|
+
'fr',
|
|
47
|
+
_fr.fr
|
|
48
|
+
],
|
|
49
|
+
[
|
|
50
|
+
'hi',
|
|
51
|
+
_hi.hi
|
|
52
|
+
],
|
|
53
|
+
[
|
|
54
|
+
'it',
|
|
55
|
+
_it.it
|
|
56
|
+
],
|
|
57
|
+
[
|
|
58
|
+
'ja',
|
|
59
|
+
_ja.ja
|
|
60
|
+
],
|
|
61
|
+
[
|
|
62
|
+
'ko',
|
|
63
|
+
_ko.ko
|
|
64
|
+
],
|
|
65
|
+
[
|
|
66
|
+
'pl',
|
|
67
|
+
_pl.pl
|
|
68
|
+
],
|
|
69
|
+
[
|
|
70
|
+
'pt',
|
|
71
|
+
_pt.pt
|
|
72
|
+
],
|
|
73
|
+
[
|
|
74
|
+
'pt-BR',
|
|
75
|
+
_pt_br.pt_BR
|
|
76
|
+
],
|
|
77
|
+
[
|
|
78
|
+
'ru',
|
|
79
|
+
_ru.ru
|
|
80
|
+
],
|
|
81
|
+
[
|
|
82
|
+
'tr',
|
|
83
|
+
_tr.tr
|
|
84
|
+
],
|
|
85
|
+
[
|
|
86
|
+
'zh',
|
|
87
|
+
_zh.zh
|
|
88
|
+
]
|
|
89
|
+
]);
|
|
27
90
|
function translateObject(language, obj) {
|
|
28
|
-
if (language
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
91
|
+
if (!language || !translations.has(language)) return obj;
|
|
92
|
+
const tr = translations.get(language);
|
|
93
|
+
if (!tr) return obj;
|
|
94
|
+
for(const key in obj){
|
|
95
|
+
const v = obj[key];
|
|
96
|
+
const t = tr[v];
|
|
97
|
+
if (t) obj[key] = t;
|
|
33
98
|
}
|
|
34
99
|
return obj;
|
|
35
100
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/index.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nimport { fr } from './fr'\n\nexport const translations =
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/index.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nimport { i18nLocale } from '../../../common/i18n'\nimport { de } from './de'\nimport { es } from './es'\nimport { fr } from './fr'\nimport { hi } from './hi'\nimport { it } from './it'\nimport { ja } from './ja'\nimport { ko } from './ko'\nimport { pl } from './pl'\nimport { pt } from './pt'\nimport { pt_BR } from './pt_br'\nimport { ru } from './ru'\nimport { tr } from './tr'\nimport { zh } from './zh'\n\nexport const translations = new Map<i18nLocale, Record<string, string>>([\n ['de', de],\n ['es', es],\n ['fr', fr],\n ['hi', hi],\n ['it', it],\n ['ja', ja],\n ['ko', ko],\n ['pl', pl],\n ['pt', pt],\n ['pt-BR', pt_BR],\n ['ru', ru],\n ['tr', tr],\n ['zh', zh]\n])\n\nexport function translateObject(language: i18nLocale, obj: Record<string, string>): Record<string, string> {\n if (!language || !translations.has(language)) return obj\n const tr: Record<string, string> = translations.get(language)\n if (!tr) return obj\n for (const key in obj) {\n const v = obj[key]\n const t = tr[v]\n if (t) obj[key] = t\n }\n return obj\n}\n"],"names":["translateObject","translations","Map","de","es","fr","hi","it","ja","ko","pl","pt","pt_BR","ru","tr","zh","language","obj","has","get","key","v","t"],"mappings":"AAAA;;;;CAIC;;;;;;;;;;;QAiCeA;eAAAA;;QAhBHC;eAAAA;;;oBAdM;oBACA;oBACA;oBACA;oBACA;oBACA;oBACA;oBACA;oBACA;uBACG;oBACH;oBACA;oBACA;AAEZ,MAAMA,eAAe,IAAIC,IAAwC;IACtE;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAASC,YAAK;KAAC;IAChB;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;CACX;AAEM,SAASf,gBAAgBgB,QAAoB,EAAEC,GAA2B;IAC/E,IAAI,CAACD,YAAY,CAACf,aAAaiB,GAAG,CAACF,WAAW,OAAOC;IACrD,MAAMH,KAA6Bb,aAAakB,GAAG,CAACH;IACpD,IAAI,CAACF,IAAI,OAAOG;IAChB,IAAK,MAAMG,OAAOH,IAAK;QACrB,MAAMI,IAAIJ,GAAG,CAACG,IAAI;QAClB,MAAME,IAAIR,EAAE,CAACO,EAAE;QACf,IAAIC,GAAGL,GAAG,CAACG,IAAI,GAAGE;IACpB;IACA,OAAOL;AACT"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
+
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
+
* See the LICENSE file for licensing details
|
|
5
|
+
*/ "use strict";
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
Object.defineProperty(exports, "it", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function() {
|
|
12
|
+
return it;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
const it = {
|
|
16
|
+
'If you no longer wish to receive notifications, change your preferences directly from your user space': 'Se non desideri più ricevere notifiche, modifica le tue preferenze direttamente dalla tua area utente',
|
|
17
|
+
'Access it from': 'Accedi da',
|
|
18
|
+
Comment: 'Commento',
|
|
19
|
+
commented: 'ha commentato',
|
|
20
|
+
'You receive this notification if you are the owner of the file or if you have also commented on this file': 'Ricevi questa notifica se sei il proprietario del file o se hai anche commentato questo file',
|
|
21
|
+
Space: 'Spazio',
|
|
22
|
+
'from the space': 'dallo spazio',
|
|
23
|
+
'to the space': 'allo spazio',
|
|
24
|
+
'Access your spaces from': 'Accedi ai tuoi spazi da',
|
|
25
|
+
'Access this space from': 'Accedi a questo spazio da',
|
|
26
|
+
'You now have access to the space': 'Ora hai accesso allo spazio',
|
|
27
|
+
'You no longer have access to the space': 'Non hai più accesso allo spazio',
|
|
28
|
+
'This space has been permanently deleted': 'Questo spazio è stato eliminato definitivamente',
|
|
29
|
+
anchored: 'ha ancorato',
|
|
30
|
+
unanchored: 'ha disancorato',
|
|
31
|
+
Share: 'Condivisione',
|
|
32
|
+
'shared with you': 'ha condiviso con te',
|
|
33
|
+
'no longer share with you': 'non condivide più con te',
|
|
34
|
+
'You now have access to the share': 'Ora hai accesso alla condivisione',
|
|
35
|
+
'You no longer have access to the share': 'Non hai più accesso alla condivisione',
|
|
36
|
+
'You are no longer a member of the parent share, your child share has been deleted': 'Non sei più membro della condivisione principale; la tua condivisione figlia è stata eliminata',
|
|
37
|
+
'Access your shares from': 'Accedi alle tue condivisioni da',
|
|
38
|
+
'Access password': 'Password di accesso',
|
|
39
|
+
Sync: 'Sincronizzazione',
|
|
40
|
+
'Access your syncs from': 'Accedi alle tue sincronizzazioni da',
|
|
41
|
+
'You are no longer synchronizing': 'Non stai più sincronizzando',
|
|
42
|
+
'Security notification': 'Notifica di sicurezza',
|
|
43
|
+
'Your account has been locked after several unsuccessful authentication attempts': 'Il tuo account è stato bloccato dopo diversi tentativi di autenticazione non riusciti',
|
|
44
|
+
'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': `Questa notifica di sicurezza riguarda il tuo account Sync-in. Contatta un amministratore per effettuare l'analisi e sbloccare il tuo account.`,
|
|
45
|
+
'Two-factor authentication (2FA) on your account has been disabled': `L'autenticazione a due fattori (2FA) sul tuo account è stata disabilitata`,
|
|
46
|
+
'Two-factor authentication (2FA) on your account has been enabled': `L'autenticazione a due fattori (2FA) sul tuo account è stata abilitata`,
|
|
47
|
+
'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': 'Hai ricevuto questa notifica perché la sicurezza del tuo account Sync-in è cambiata. Se pensi che si tratti di un errore, rivedi le impostazioni di sicurezza o contatta il tuo amministratore.',
|
|
48
|
+
'Address IP': 'Indirizzo IP',
|
|
49
|
+
Browser: 'Browser'
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=it.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/it.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nexport const it = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space':\n 'Se non desideri più ricevere notifiche, modifica le tue preferenze direttamente dalla tua area utente',\n 'Access it from': 'Accedi da',\n Comment: 'Commento',\n commented: 'ha commentato',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Ricevi questa notifica se sei il proprietario del file o se hai anche commentato questo file',\n Space: 'Spazio',\n 'from the space': 'dallo spazio',\n 'to the space': 'allo spazio',\n 'Access your spaces from': 'Accedi ai tuoi spazi da',\n 'Access this space from': 'Accedi a questo spazio da',\n 'You now have access to the space': 'Ora hai accesso allo spazio',\n 'You no longer have access to the space': 'Non hai più accesso allo spazio',\n 'This space has been permanently deleted': 'Questo spazio è stato eliminato definitivamente',\n anchored: 'ha ancorato',\n unanchored: 'ha disancorato',\n Share: 'Condivisione',\n 'shared with you': 'ha condiviso con te',\n 'no longer share with you': 'non condivide più con te',\n 'You now have access to the share': 'Ora hai accesso alla condivisione',\n 'You no longer have access to the share': 'Non hai più accesso alla condivisione',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Non sei più membro della condivisione principale; la tua condivisione figlia è stata eliminata',\n 'Access your shares from': 'Accedi alle tue condivisioni da',\n 'Access password': 'Password di accesso',\n Sync: 'Sincronizzazione',\n 'Access your syncs from': 'Accedi alle tue sincronizzazioni da',\n 'You are no longer synchronizing': 'Non stai più sincronizzando',\n 'Security notification': 'Notifica di sicurezza',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Il tuo account è stato bloccato dopo diversi tentativi di autenticazione non riusciti',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': `Questa notifica di sicurezza riguarda il tuo account Sync-in. Contatta un amministratore per effettuare l'analisi e sbloccare il tuo account.`,\n 'Two-factor authentication (2FA) on your account has been disabled': `L'autenticazione a due fattori (2FA) sul tuo account è stata disabilitata`,\n 'Two-factor authentication (2FA) on your account has been enabled': `L'autenticazione a due fattori (2FA) sul tuo account è stata abilitata`,\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Hai ricevuto questa notifica perché la sicurezza del tuo account Sync-in è cambiata. Se pensi che si tratti di un errore, rivedi le impostazioni di sicurezza o contatta il tuo amministratore.',\n 'Address IP': 'Indirizzo IP',\n Browser: 'Browser'\n} as const\n"],"names":["it","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":"AAAA;;;;CAIC;;;;+BAEYA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,yGACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,yBAAyB;IACzB,mFACE;IACF,8IAA8I,CAAC,6IAA6I,CAAC;IAC7R,qEAAqE,CAAC,yEAAyE,CAAC;IAChJ,oEAAoE,CAAC,sEAAsE,CAAC;IAC5I,iMACE;IACF,cAAc;IACdC,SAAS;AACX"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
+
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
+
* See the LICENSE file for licensing details
|
|
5
|
+
*/ "use strict";
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
Object.defineProperty(exports, "ja", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function() {
|
|
12
|
+
return ja;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
const ja = {
|
|
16
|
+
'If you no longer wish to receive notifications, change your preferences directly from your user space': '通知の受信を希望しない場合は、ユーザー用スペースから直接設定を変更してください。',
|
|
17
|
+
'Access it from': 'こちらからアクセス',
|
|
18
|
+
Comment: 'コメント',
|
|
19
|
+
commented: 'コメントしました',
|
|
20
|
+
'You receive this notification if you are the owner of the file or if you have also commented on this file': 'この通知は、あなたがファイルの所有者である場合、またはこのファイルにコメントした場合に送信されます。',
|
|
21
|
+
Space: 'スペース',
|
|
22
|
+
'from the space': 'スペースから',
|
|
23
|
+
'to the space': 'スペースへ',
|
|
24
|
+
'Access your spaces from': '次の場所からあなたのスペースにアクセス',
|
|
25
|
+
'Access this space from': '次の場所からこのスペースにアクセス',
|
|
26
|
+
'You now have access to the space': 'あなたはこのスペースにアクセスできるようになりました',
|
|
27
|
+
'You no longer have access to the space': 'あなたはこのスペースにアクセスできなくなりました',
|
|
28
|
+
'This space has been permanently deleted': 'このスペースは完全に削除されました',
|
|
29
|
+
anchored: '固定しました',
|
|
30
|
+
unanchored: '固定を解除しました',
|
|
31
|
+
Share: '共有',
|
|
32
|
+
'shared with you': 'あなたと共有しました',
|
|
33
|
+
'no longer share with you': 'あなたとの共有を解除しました',
|
|
34
|
+
'You now have access to the share': '共有にアクセスできるようになりました',
|
|
35
|
+
'You no longer have access to the share': '共有へのアクセス権がなくなりました',
|
|
36
|
+
'You are no longer a member of the parent share, your child share has been deleted': '親共有のメンバーではなくなったため、あなたの子共有は削除されました',
|
|
37
|
+
'Access your shares from': '次の場所からあなたの共有にアクセス',
|
|
38
|
+
'Access password': 'アクセスパスワード',
|
|
39
|
+
Sync: '同期',
|
|
40
|
+
'Access your syncs from': '次の場所からあなたの同期にアクセス',
|
|
41
|
+
'You are no longer synchronizing': '同期を停止しました',
|
|
42
|
+
'Security notification': 'セキュリティ通知',
|
|
43
|
+
'Your account has been locked after several unsuccessful authentication attempts': '複数回の認証失敗により、あなたのアカウントはロックされました',
|
|
44
|
+
'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': 'このセキュリティ通知はあなたの Sync-in アカウントに関するものです。分析とアカウントのロック解除のため、管理者に連絡してください。',
|
|
45
|
+
'Two-factor authentication (2FA) on your account has been disabled': 'あなたのアカウントの二要素認証(2FA)が無効化されました',
|
|
46
|
+
'Two-factor authentication (2FA) on your account has been enabled': 'あなたのアカウントの二要素認証(2FA)が有効化されました',
|
|
47
|
+
'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': 'この通知は、あなたの Sync-in アカウントのセキュリティが変更されたため送信されました。誤りだと思われる場合は、セキュリティ設定を確認するか管理者に連絡してください。',
|
|
48
|
+
'Address IP': 'IP アドレス',
|
|
49
|
+
Browser: 'ブラウザー'
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=ja.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/ja.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nexport const ja = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space':\n '通知の受信を希望しない場合は、ユーザー用スペースから直接設定を変更してください。',\n 'Access it from': 'こちらからアクセス',\n Comment: 'コメント',\n commented: 'コメントしました',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'この通知は、あなたがファイルの所有者である場合、またはこのファイルにコメントした場合に送信されます。',\n Space: 'スペース',\n 'from the space': 'スペースから',\n 'to the space': 'スペースへ',\n 'Access your spaces from': '次の場所からあなたのスペースにアクセス',\n 'Access this space from': '次の場所からこのスペースにアクセス',\n 'You now have access to the space': 'あなたはこのスペースにアクセスできるようになりました',\n 'You no longer have access to the space': 'あなたはこのスペースにアクセスできなくなりました',\n 'This space has been permanently deleted': 'このスペースは完全に削除されました',\n anchored: '固定しました',\n unanchored: '固定を解除しました',\n Share: '共有',\n 'shared with you': 'あなたと共有しました',\n 'no longer share with you': 'あなたとの共有を解除しました',\n 'You now have access to the share': '共有にアクセスできるようになりました',\n 'You no longer have access to the share': '共有へのアクセス権がなくなりました',\n 'You are no longer a member of the parent share, your child share has been deleted':\n '親共有のメンバーではなくなったため、あなたの子共有は削除されました',\n 'Access your shares from': '次の場所からあなたの共有にアクセス',\n 'Access password': 'アクセスパスワード',\n Sync: '同期',\n 'Access your syncs from': '次の場所からあなたの同期にアクセス',\n 'You are no longer synchronizing': '同期を停止しました',\n 'Security notification': 'セキュリティ通知',\n 'Your account has been locked after several unsuccessful authentication attempts': '複数回の認証失敗により、あなたのアカウントはロックされました',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'このセキュリティ通知はあなたの Sync-in アカウントに関するものです。分析とアカウントのロック解除のため、管理者に連絡してください。',\n 'Two-factor authentication (2FA) on your account has been disabled': 'あなたのアカウントの二要素認証(2FA)が無効化されました',\n 'Two-factor authentication (2FA) on your account has been enabled': 'あなたのアカウントの二要素認証(2FA)が有効化されました',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'この通知は、あなたの Sync-in アカウントのセキュリティが変更されたため送信されました。誤りだと思われる場合は、セキュリティ設定を確認するか管理者に連絡してください。',\n 'Address IP': 'IP アドレス',\n Browser: 'ブラウザー'\n} as const\n"],"names":["ja","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":"AAAA;;;;CAIC;;;;+BAEYA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,yGACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,yBAAyB;IACzB,mFAAmF;IACnF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;AACX"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
+
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
+
* See the LICENSE file for licensing details
|
|
5
|
+
*/ "use strict";
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
Object.defineProperty(exports, "ko", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function() {
|
|
12
|
+
return ko;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
const ko = {
|
|
16
|
+
'If you no longer wish to receive notifications, change your preferences directly from your user space': '더 이상 알림을 받고 싶지 않다면, 사용자 공간에서 바로 환경설정을 변경하세요.',
|
|
17
|
+
'Access it from': '여기에서 액세스',
|
|
18
|
+
Comment: '댓글',
|
|
19
|
+
commented: '댓글을 달았습니다',
|
|
20
|
+
'You receive this notification if you are the owner of the file or if you have also commented on this file': '파일의 소유자이거나 이 파일에 댓글을 단 경우 이 알림을 받게 됩니다.',
|
|
21
|
+
Space: '공간',
|
|
22
|
+
'from the space': '공간에서',
|
|
23
|
+
'to the space': '공간으로',
|
|
24
|
+
'Access your spaces from': '다음에서 내 공간에 액세스',
|
|
25
|
+
'Access this space from': '다음에서 이 공간에 액세스',
|
|
26
|
+
'You now have access to the space': '이제 이 공간에 액세스할 수 있습니다',
|
|
27
|
+
'You no longer have access to the space': '더 이상 이 공간에 액세스할 수 없습니다',
|
|
28
|
+
'This space has been permanently deleted': '이 공간은 영구히 삭제되었습니다',
|
|
29
|
+
anchored: '고정했습니다',
|
|
30
|
+
unanchored: '고정을 해제했습니다',
|
|
31
|
+
Share: '공유',
|
|
32
|
+
'shared with you': '당신과 공유했습니다',
|
|
33
|
+
'no longer share with you': '더 이상 당신과 공유하지 않습니다',
|
|
34
|
+
'You now have access to the share': '이제 해당 공유에 액세스할 수 있습니다',
|
|
35
|
+
'You no longer have access to the share': '더 이상 해당 공유에 액세스할 수 없습니다',
|
|
36
|
+
'You are no longer a member of the parent share, your child share has been deleted': '상위 공유의 구성원이 더 이상 아니므로, 하위 공유가 삭제되었습니다',
|
|
37
|
+
'Access your shares from': '다음에서 내 공유에 액세스',
|
|
38
|
+
'Access password': '액세스 비밀번호',
|
|
39
|
+
Sync: '동기화',
|
|
40
|
+
'Access your syncs from': '다음에서 내 동기화에 액세스',
|
|
41
|
+
'You are no longer synchronizing': '더 이상 동기화하지 않습니다',
|
|
42
|
+
'Security notification': '보안 알림',
|
|
43
|
+
'Your account has been locked after several unsuccessful authentication attempts': '여러 번 인증에 실패하여 계정이 잠겼습니다',
|
|
44
|
+
'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': '이 보안 알림은 귀하의 Sync-in 계정과 관련된 것입니다. 분석 및 계정 잠금 해제를 위해 관리자에게 문의해 주세요.',
|
|
45
|
+
'Two-factor authentication (2FA) on your account has been disabled': '계정의 이중 인증(2FA)이 비활성화되었습니다',
|
|
46
|
+
'Two-factor authentication (2FA) on your account has been enabled': '계정의 이중 인증(2FA)이 활성화되었습니다',
|
|
47
|
+
'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': 'Sync-in 계정의 보안이 변경되어 이 알림을 받았습니다. 실수라고 생각되면 보안 설정을 확인하거나 관리자에게 문의하세요.',
|
|
48
|
+
'Address IP': 'IP 주소',
|
|
49
|
+
Browser: '브라우저'
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=ko.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/ko.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nexport const ko = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space':\n '더 이상 알림을 받고 싶지 않다면, 사용자 공간에서 바로 환경설정을 변경하세요.',\n 'Access it from': '여기에서 액세스',\n Comment: '댓글',\n commented: '댓글을 달았습니다',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n '파일의 소유자이거나 이 파일에 댓글을 단 경우 이 알림을 받게 됩니다.',\n Space: '공간',\n 'from the space': '공간에서',\n 'to the space': '공간으로',\n 'Access your spaces from': '다음에서 내 공간에 액세스',\n 'Access this space from': '다음에서 이 공간에 액세스',\n 'You now have access to the space': '이제 이 공간에 액세스할 수 있습니다',\n 'You no longer have access to the space': '더 이상 이 공간에 액세스할 수 없습니다',\n 'This space has been permanently deleted': '이 공간은 영구히 삭제되었습니다',\n anchored: '고정했습니다',\n unanchored: '고정을 해제했습니다',\n Share: '공유',\n 'shared with you': '당신과 공유했습니다',\n 'no longer share with you': '더 이상 당신과 공유하지 않습니다',\n 'You now have access to the share': '이제 해당 공유에 액세스할 수 있습니다',\n 'You no longer have access to the share': '더 이상 해당 공유에 액세스할 수 없습니다',\n 'You are no longer a member of the parent share, your child share has been deleted':\n '상위 공유의 구성원이 더 이상 아니므로, 하위 공유가 삭제되었습니다',\n 'Access your shares from': '다음에서 내 공유에 액세스',\n 'Access password': '액세스 비밀번호',\n Sync: '동기화',\n 'Access your syncs from': '다음에서 내 동기화에 액세스',\n 'You are no longer synchronizing': '더 이상 동기화하지 않습니다',\n 'Security notification': '보안 알림',\n 'Your account has been locked after several unsuccessful authentication attempts': '여러 번 인증에 실패하여 계정이 잠겼습니다',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n '이 보안 알림은 귀하의 Sync-in 계정과 관련된 것입니다. 분석 및 계정 잠금 해제를 위해 관리자에게 문의해 주세요.',\n 'Two-factor authentication (2FA) on your account has been disabled': '계정의 이중 인증(2FA)이 비활성화되었습니다',\n 'Two-factor authentication (2FA) on your account has been enabled': '계정의 이중 인증(2FA)이 활성화되었습니다',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Sync-in 계정의 보안이 변경되어 이 알림을 받았습니다. 실수라고 생각되면 보안 설정을 확인하거나 관리자에게 문의하세요.',\n 'Address IP': 'IP 주소',\n Browser: '브라우저'\n} as const\n"],"names":["ko","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":"AAAA;;;;CAIC;;;;+BAEYA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,yGACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,yBAAyB;IACzB,mFAAmF;IACnF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;AACX"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
+
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
+
* See the LICENSE file for licensing details
|
|
5
|
+
*/ "use strict";
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
Object.defineProperty(exports, "pl", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function() {
|
|
12
|
+
return pl;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
const pl = {
|
|
16
|
+
'If you no longer wish to receive notifications, change your preferences directly from your user space': 'Jeśli nie chcesz już otrzymywać powiadomień, zmień swoje preferencje bezpośrednio w przestrzeni użytkownika.',
|
|
17
|
+
'Access it from': 'Uzyskaj dostęp z',
|
|
18
|
+
Comment: 'Komentarz',
|
|
19
|
+
commented: 'skommentował(a)',
|
|
20
|
+
'You receive this notification if you are the owner of the file or if you have also commented on this file': 'Otrzymujesz to powiadomienie, jeśli jesteś właścicielem pliku lub jeśli również skomentowałeś(aś) ten plik.',
|
|
21
|
+
Space: 'Przestrzeń',
|
|
22
|
+
'from the space': 'z przestrzeni',
|
|
23
|
+
'to the space': 'do przestrzeni',
|
|
24
|
+
'Access your spaces from': 'Uzyskaj dostęp do swoich przestrzeni z',
|
|
25
|
+
'Access this space from': 'Uzyskaj dostęp do tej przestrzeni z',
|
|
26
|
+
'You now have access to the space': 'Masz teraz dostęp do tej przestrzeni',
|
|
27
|
+
'You no longer have access to the space': 'Nie masz już dostępu do tej przestrzeni',
|
|
28
|
+
'This space has been permanently deleted': 'Ta przestrzeń została trwale usunięta',
|
|
29
|
+
anchored: 'przypiął(a)',
|
|
30
|
+
unanchored: 'odpiął(a)',
|
|
31
|
+
Share: 'Udostępnianie',
|
|
32
|
+
'shared with you': 'udostępnił(a) tobie',
|
|
33
|
+
'no longer share with you': 'przestał(a) z tobą udostępniać',
|
|
34
|
+
'You now have access to the share': 'Masz teraz dostęp do udostępnionego zasobu',
|
|
35
|
+
'You no longer have access to the share': 'Nie masz już dostępu do udostępnionego zasobu',
|
|
36
|
+
'You are no longer a member of the parent share, your child share has been deleted': 'Nie jesteś już członkiem udziału nadrzędnego, twój udział podrzędny został usunięty',
|
|
37
|
+
'Access your shares from': 'Uzyskaj dostęp do swoich udostępnień z',
|
|
38
|
+
'Access password': 'Hasło dostępu',
|
|
39
|
+
Sync: 'Synchronizacja',
|
|
40
|
+
'Access your syncs from': 'Uzyskaj dostęp do swoich synchronizacji z',
|
|
41
|
+
'You are no longer synchronizing': 'Już nie synchronizujesz',
|
|
42
|
+
'Security notification': 'Powiadomienie bezpieczeństwa',
|
|
43
|
+
'Your account has been locked after several unsuccessful authentication attempts': 'Twoje konto zostało zablokowane po kilku nieudanych próbach uwierzytelnienia',
|
|
44
|
+
'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': 'To powiadomienie bezpieczeństwa dotyczy twojego konta Sync-in. Skontaktuj się z administratorem, aby przeprowadzić analizę i odblokować konto.',
|
|
45
|
+
'Two-factor authentication (2FA) on your account has been disabled': 'Uwierzytelnianie dwuskładnikowe (2FA) na twoim koncie zostało wyłączone',
|
|
46
|
+
'Two-factor authentication (2FA) on your account has been enabled': 'Uwierzytelnianie dwuskładnikowe (2FA) na twoim koncie zostało włączone',
|
|
47
|
+
'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': 'Otrzymałeś(aś) to powiadomienie, ponieważ zmieniły się ustawienia bezpieczeństwa twojego konta Sync-in. Jeśli uważasz, że to pomyłka, sprawdź ustawienia bezpieczeństwa lub skontaktuj się z administratorem.',
|
|
48
|
+
'Address IP': 'Adres IP',
|
|
49
|
+
Browser: 'Przeglądarka'
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=pl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/pl.ts"],"sourcesContent":["/*\n * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>\n * This file is part of Sync-in | The open source file sync and share solution\n * See the LICENSE file for licensing details\n */\n\nexport const pl = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space':\n 'Jeśli nie chcesz już otrzymywać powiadomień, zmień swoje preferencje bezpośrednio w przestrzeni użytkownika.',\n 'Access it from': 'Uzyskaj dostęp z',\n Comment: 'Komentarz',\n commented: 'skommentował(a)',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Otrzymujesz to powiadomienie, jeśli jesteś właścicielem pliku lub jeśli również skomentowałeś(aś) ten plik.',\n Space: 'Przestrzeń',\n 'from the space': 'z przestrzeni',\n 'to the space': 'do przestrzeni',\n 'Access your spaces from': 'Uzyskaj dostęp do swoich przestrzeni z',\n 'Access this space from': 'Uzyskaj dostęp do tej przestrzeni z',\n 'You now have access to the space': 'Masz teraz dostęp do tej przestrzeni',\n 'You no longer have access to the space': 'Nie masz już dostępu do tej przestrzeni',\n 'This space has been permanently deleted': 'Ta przestrzeń została trwale usunięta',\n anchored: 'przypiął(a)',\n unanchored: 'odpiął(a)',\n Share: 'Udostępnianie',\n 'shared with you': 'udostępnił(a) tobie',\n 'no longer share with you': 'przestał(a) z tobą udostępniać',\n 'You now have access to the share': 'Masz teraz dostęp do udostępnionego zasobu',\n 'You no longer have access to the share': 'Nie masz już dostępu do udostępnionego zasobu',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Nie jesteś już członkiem udziału nadrzędnego, twój udział podrzędny został usunięty',\n 'Access your shares from': 'Uzyskaj dostęp do swoich udostępnień z',\n 'Access password': 'Hasło dostępu',\n Sync: 'Synchronizacja',\n 'Access your syncs from': 'Uzyskaj dostęp do swoich synchronizacji z',\n 'You are no longer synchronizing': 'Już nie synchronizujesz',\n 'Security notification': 'Powiadomienie bezpieczeństwa',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Twoje konto zostało zablokowane po kilku nieudanych próbach uwierzytelnienia',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'To powiadomienie bezpieczeństwa dotyczy twojego konta Sync-in. Skontaktuj się z administratorem, aby przeprowadzić analizę i odblokować konto.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'Uwierzytelnianie dwuskładnikowe (2FA) na twoim koncie zostało wyłączone',\n 'Two-factor authentication (2FA) on your account has been enabled': 'Uwierzytelnianie dwuskładnikowe (2FA) na twoim koncie zostało włączone',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Otrzymałeś(aś) to powiadomienie, ponieważ zmieniły się ustawienia bezpieczeństwa twojego konta Sync-in. Jeśli uważasz, że to pomyłka, sprawdź ustawienia bezpieczeństwa lub skontaktuj się z administratorem.',\n 'Address IP': 'Adres IP',\n Browser: 'Przeglądarka'\n} as const\n"],"names":["pl","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":"AAAA;;;;CAIC;;;;+BAEYA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,yGACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;AACX"}
|