mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-22 12:19:24 +00:00
Merge branch 'main' into dependabot/gradle/org.junit.platform-junit-platform-launcher-1.13.4
This commit is contained in:
commit
7983149804
6
.github/labeler-config-srvaroa.yml
vendored
6
.github/labeler-config-srvaroa.yml
vendored
@ -46,6 +46,9 @@ labels:
|
|||||||
- label: 'API'
|
- label: 'API'
|
||||||
title: '.*openapi.*|.*swagger.*|.*api.*'
|
title: '.*openapi.*|.*swagger.*|.*api.*'
|
||||||
|
|
||||||
|
- label: 'v2'
|
||||||
|
base-branch: 'V2'
|
||||||
|
|
||||||
- label: 'Translation'
|
- label: 'Translation'
|
||||||
files:
|
files:
|
||||||
- 'app/core/src/main/resources/messages_[a-zA-Z_]{2}_[a-zA-Z_]{2,7}.properties'
|
- 'app/core/src/main/resources/messages_[a-zA-Z_]{2}_[a-zA-Z_]{2,7}.properties'
|
||||||
@ -62,6 +65,7 @@ labels:
|
|||||||
- 'app/core/src/main/java/stirling/software/SPDF/controller/web/.*'
|
- 'app/core/src/main/java/stirling/software/SPDF/controller/web/.*'
|
||||||
- 'app/core/src/main/java/stirling/software/SPDF/UI/.*'
|
- 'app/core/src/main/java/stirling/software/SPDF/UI/.*'
|
||||||
- 'app/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/.*'
|
- 'app/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/.*'
|
||||||
|
- 'frontend/**'
|
||||||
|
|
||||||
- label: 'Java'
|
- label: 'Java'
|
||||||
files:
|
files:
|
||||||
@ -120,6 +124,7 @@ labels:
|
|||||||
- 'scripts/installFonts.sh'
|
- 'scripts/installFonts.sh'
|
||||||
- 'test.sh'
|
- 'test.sh'
|
||||||
- 'test2.sh'
|
- 'test2.sh'
|
||||||
|
- 'docker/**'
|
||||||
|
|
||||||
- label: 'Devtools'
|
- label: 'Devtools'
|
||||||
files:
|
files:
|
||||||
@ -131,7 +136,6 @@ labels:
|
|||||||
- '.github/workflows/pre_commit.yml'
|
- '.github/workflows/pre_commit.yml'
|
||||||
- 'devGuide/.*'
|
- 'devGuide/.*'
|
||||||
- 'devTools/.*'
|
- 'devTools/.*'
|
||||||
- 'devTools/.*'
|
|
||||||
|
|
||||||
- label: 'Test'
|
- label: 'Test'
|
||||||
files:
|
files:
|
||||||
|
1
.github/labels.yml
vendored
1
.github/labels.yml
vendored
@ -83,6 +83,7 @@
|
|||||||
color: "DEDEDE"
|
color: "DEDEDE"
|
||||||
- name: "v2"
|
- name: "v2"
|
||||||
color: "FFFF00"
|
color: "FFFF00"
|
||||||
|
description: "Issues or pull requests related to the v2 branch"
|
||||||
- name: "wontfix"
|
- name: "wontfix"
|
||||||
description: "This will not be worked on"
|
description: "This will not be worked on"
|
||||||
color: "FFFFFF"
|
color: "FFFFFF"
|
||||||
|
@ -131,7 +131,7 @@ Stirling-PDF currently supports 40 languages!
|
|||||||
| German (Deutsch) (de_DE) |  |
|
| German (Deutsch) (de_DE) |  |
|
||||||
| Greek (Ελληνικά) (el_GR) |  |
|
| Greek (Ελληνικά) (el_GR) |  |
|
||||||
| Hindi (हिंदी) (hi_IN) |  |
|
| Hindi (हिंदी) (hi_IN) |  |
|
||||||
| Hungarian (Magyar) (hu_HU) |  |
|
| Hungarian (Magyar) (hu_HU) |  |
|
||||||
| Indonesian (Bahasa Indonesia) (id_ID) |  |
|
| Indonesian (Bahasa Indonesia) (id_ID) |  |
|
||||||
| Irish (Gaeilge) (ga_IE) |  |
|
| Irish (Gaeilge) (ga_IE) |  |
|
||||||
| Italian (Italiano) (it_IT) |  |
|
| Italian (Italiano) (it_IT) |  |
|
||||||
|
@ -368,36 +368,36 @@ settings.update=Frissítés elérhető
|
|||||||
settings.updateAvailable=A jelenlegi telepített verzió: {0}. Új verzió ({1}) érhető el.
|
settings.updateAvailable=A jelenlegi telepített verzió: {0}. Új verzió ({1}) érhető el.
|
||||||
|
|
||||||
# Update modal and notification strings
|
# Update modal and notification strings
|
||||||
update.urgentUpdateAvailable=🚨 Update Available
|
update.urgentUpdateAvailable=🚨 Sürgős frissítés érhető el
|
||||||
update.updateAvailable=Update Available
|
update.updateAvailable=Frissítés érhető el
|
||||||
update.modalTitle=Update Available
|
update.modalTitle=Frissítés érhető el
|
||||||
update.current=Current
|
update.current=Jelenlegi verzió
|
||||||
update.latest=Latest
|
update.latest=Legújabb verzió
|
||||||
update.latestStable=Latest Stable
|
update.latestStable=Legújabb stabil verzió
|
||||||
update.priority=Priority
|
update.priority=Fontosság
|
||||||
update.recommendedAction=Recommended Action
|
update.recommendedAction=Ajánlott lépés
|
||||||
update.breakingChangesDetected=⚠️ Breaking Changes Detected
|
update.breakingChangesDetected=⚠️ Jelentős változások észlelve
|
||||||
update.breakingChangesMessage=This update contains breaking changes. Please review the migration guides below.
|
update.breakingChangesMessage=Ez a frissítés jelentős változásokat tartalmaz. Kérjük, olvassa el az alábbi migrációs útmutatót.
|
||||||
update.migrationGuides=Migration Guides:
|
update.migrationGuides=Migrációs útmutatók:
|
||||||
update.viewGuide=View Guide
|
update.viewGuide=Útmutató megtekintése
|
||||||
update.loadingDetailedInfo=Loading detailed version information...
|
update.loadingDetailedInfo=Részletes verzióinformációk betöltése folyamatban...
|
||||||
update.close=Close
|
update.close=Bezárás
|
||||||
update.viewAllReleases=View All Releases
|
update.viewAllReleases=Összes kiadás megtekintése
|
||||||
update.downloadLatest=Download Latest
|
update.downloadLatest=Legújabb verzió letöltése
|
||||||
update.availableUpdates=Available Updates:
|
update.availableUpdates=Elérhető frissítések:
|
||||||
update.unableToLoadDetails=Unable to load detailed version information.
|
update.unableToLoadDetails=Nem sikerült betölteni a részletes verzióinformációkat.
|
||||||
update.version=Version
|
update.version=Verzió
|
||||||
|
|
||||||
# Update priority levels
|
# Update priority levels
|
||||||
update.priority.urgent=URGENT
|
update.priority.urgent=SÜRGETŐ
|
||||||
update.priority.normal=NORMAL
|
update.priority.normal=NORMÁL
|
||||||
update.priority.minor=MINOR
|
update.priority.minor=KISEBB
|
||||||
update.priority.low=LOW
|
update.priority.low=ALACSONY
|
||||||
|
|
||||||
# Breaking changes text
|
# Breaking changes text
|
||||||
update.breakingChanges=Breaking Changes:
|
update.breakingChanges=Megszakító változások:
|
||||||
update.breakingChangesDefault=This version contains breaking changes
|
update.breakingChangesDefault=Ez a verzió megszakító változásokat tartalmaz
|
||||||
update.migrationGuide=Migration Guide
|
update.migrationGuide=Migrációs útmutató
|
||||||
settings.appVersion=Alkalmazás verziója:
|
settings.appVersion=Alkalmazás verziója:
|
||||||
settings.downloadOption.title=Letöltési beállítás (egyetlen fájl, nem tömörített letöltések esetén):
|
settings.downloadOption.title=Letöltési beállítás (egyetlen fájl, nem tömörített letöltések esetén):
|
||||||
settings.downloadOption.1=Megnyitás ugyanabban az ablakban
|
settings.downloadOption.1=Megnyitás ugyanabban az ablakban
|
||||||
|
Loading…
x
Reference in New Issue
Block a user