diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index fc8d77466731..98fcb80de020 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -21,7 +21,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
- "version": "10.0.0-prerelease.24514.1",
+ "version": "10.0.0-prerelease.24524.9",
"commands": [
"xharness"
]
diff --git a/NuGet.config b/NuGet.config
index ddfa65c56e49..d4bf36d29bea 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -13,6 +13,9 @@
+
+ -
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 9638a5d1fc15..26b352bf1856 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,16 +1,16 @@
-
+
https://github.com/dotnet/xharness
- 8b3d320f930244889da101cd17cbfb6a178b7e35
+ b12e9b940300433453aa7d57ff094aad50ce782c
-
+
https://github.com/dotnet/xharness
- 8b3d320f930244889da101cd17cbfb6a178b7e35
+ b12e9b940300433453aa7d57ff094aad50ce782c
-
+
https://github.com/dotnet/xharness
- 8b3d320f930244889da101cd17cbfb6a178b7e35
+ b12e9b940300433453aa7d57ff094aad50ce782c
diff --git a/eng/Versions.props b/eng/Versions.props
index e45bc8f4a2a0..d1d8b7dc28f9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -28,7 +28,7 @@
- 8.0.82
+ 8.0.83
9.0.100-rc.2.24474.11
$(MicrosoftNETSdkPackageVersion)
@@ -82,7 +82,7 @@
9.0.0-rc.2.24474.3
9.0.0-rc.2.24474.3
- 8.0.7
+ 8.0.10
$(MicrosoftAspNetCorePackageVersion)
$(MicrosoftAspNetCorePackageVersion)
$(MicrosoftAspNetCorePackageVersion)
@@ -124,10 +124,10 @@
<_SkiaSharpExtendedVersion>2.0.0
<_HarfBuzzSharpVersion>7.3.0.2
<_SkiaSharpNativeAssetsVersion>0.0.0-commit.7af1d0840a381c0ce7ef2877454a88dbb2949686.1086
- 7.0.114
- 10.0.0-prerelease.24514.1
- 10.0.0-prerelease.24514.1
- 10.0.0-prerelease.24514.1
+ 7.0.120
+ 10.0.0-prerelease.24524.9
+ 10.0.0-prerelease.24524.9
+ 10.0.0-prerelease.24524.9
0.9.2
1.0.0.16
1.3.0
diff --git a/eng/pipelines/common/device-tests-steps.yml b/eng/pipelines/common/device-tests-steps.yml
index 854a1e67c078..0e1e3b14b012 100644
--- a/eng/pipelines/common/device-tests-steps.yml
+++ b/eng/pipelines/common/device-tests-steps.yml
@@ -30,7 +30,7 @@ steps:
${{ if or(eq(parameters.platform, 'ios'), eq(parameters.platform, 'catalyst'), eq(parameters.platform, 'android'))}}:
platform: macos
skipXcode: ${{ or(eq(parameters.platform, 'android'), eq(parameters.platform, 'windows')) }}
- skipProvisioning: ${{ eq(parameters.platform, 'windows') }}
+ skipProvisioning: true
skipAndroidImages : ${{ or(eq(parameters.platform, 'ios'), eq(parameters.platform, 'catalyst')) }}
skipAndroidSdks: ${{ or(eq(parameters.platform, 'ios'), eq(parameters.platform, 'catalyst')) }}
installDefaultAndroidApi: ${{ or(eq(parameters.platform, 'ios'), eq(parameters.platform, 'catalyst')) }}
diff --git a/eng/pipelines/common/maui-templates.yml b/eng/pipelines/common/maui-templates.yml
index 1dcd1be6e16e..3062100fd248 100644
--- a/eng/pipelines/common/maui-templates.yml
+++ b/eng/pipelines/common/maui-templates.yml
@@ -69,6 +69,8 @@ jobs:
- template: provision.yml
parameters:
checkoutDirectory: ${{ parameters.checkoutDirectory }}
+ skipXcode: ${{ ne(parameters.PlatformName, 'macos') }}
+ skipProvisioning: true
- task: DownloadBuildArtifacts@0
displayName: 'Download Packages'
@@ -156,18 +158,19 @@ jobs:
- ${{ each pair in step }}:
${{ pair.key }}: ${{ pair.value }}
- - ${{ if eq(RunPlatform.testName, 'RunOniOS') }}:
- - bash: |
- chmod +x $(System.DefaultWorkingDirectory)/eng/scripts/clean-bot.sh
- chmod +x $(System.DefaultWorkingDirectory)/eng/scripts/clean-simulator-runtime.sh
- $(System.DefaultWorkingDirectory)/eng/scripts/clean-bot.sh
- displayName: 'Clean bot'
- continueOnError: true
- timeoutInMinutes: 60
+ # - ${{ if eq(RunPlatform.testName, 'RunOniOS') }}:
+ # - bash: |
+ # chmod +x $(System.DefaultWorkingDirectory)/eng/scripts/clean-bot.sh
+ # chmod +x $(System.DefaultWorkingDirectory)/eng/scripts/clean-simulator-runtime.sh
+ # $(System.DefaultWorkingDirectory)/eng/scripts/clean-bot.sh
+ # displayName: 'Clean bot'
+ # continueOnError: true
+ # timeoutInMinutes: 60
- template: provision.yml
parameters:
skipXcode: ${{ eq(RunPlatform.testName, 'RunOnAndroid') }}
+ skipProvisioning: true
skipAndroidImages: ${{ ne(RunPlatform.testName, 'RunOnAndroid') }}
checkoutDirectory: ${{ parameters.checkoutDirectory }}
diff --git a/eng/pipelines/common/pack.yml b/eng/pipelines/common/pack.yml
index eb3cb7da5aad..44db61145f1b 100644
--- a/eng/pipelines/common/pack.yml
+++ b/eng/pipelines/common/pack.yml
@@ -88,41 +88,6 @@ steps:
- ${{ each pair in step }}:
${{ pair.key }}: ${{ pair.value }}
- - pwsh: |
- if ($env:JAVA_HOME_11_X64) {
- $env:JAVA_HOME = $env:JAVA_HOME_11_X64
- } else {
- $path = (Get-ChildItem $env:ProgramFiles\Microsoft\jdk-11.*\bin\java.exe) | Select-Object -First 1
- if ($path -and (Test-Path $path)) {
- $env:JAVA_HOME = $path.Directory.Parent.FullName
- }
- }
- if ($env:JAVA_HOME) {
- echo "##vso[task.setvariable variable=JAVA_HOME]$env:JAVA_HOME"
- echo "JAVA_HOME set to '$env:JAVA_HOME'"
- } else {
- echo "Unable to set JAVA_HOME"
- }
- displayName: 'Setup JDK Paths'
- condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
-
- - pwsh: |
- if ($env:ANDROID_SDK_ROOT) {
- echo "ANDROID_SDK_ROOT already set to '$env:ANDROID_SDK_ROOT'"
- } else {
- if ((Test-Path "${env:ProgramFiles(x86)}\Android\android-sdk")) {
- $env:ANDROID_SDK_ROOT = "${env:ProgramFiles(x86)}\Android\android-sdk"
- }
- if ($env:ANDROID_SDK_ROOT) {
- echo "##vso[task.setvariable variable=ANDROID_SDK_ROOT]$env:ANDROID_SDK_ROOT"
- echo "ANDROID_SDK_ROOT set to '$env:ANDROID_SDK_ROOT'"
- } else {
- echo "Unable to set ANDROID_SDK_ROOT"
- }
- }
- displayName: 'Setup ANDROID_SDK_ROOT Paths'
- condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
-
- pwsh: ./build.ps1 --target=dotnet --configuration="${{ parameters.buildConfiguration }}" --verbosity=diagnostic --nugetsource="${{ parameters.nugetFolder }}"
displayName: 'Install .NET'
retryCountOnTaskFailure: 3
diff --git a/eng/pipelines/common/provision.yml b/eng/pipelines/common/provision.yml
index 13302d8e0025..3a65cbbe32e1 100644
--- a/eng/pipelines/common/provision.yml
+++ b/eng/pipelines/common/provision.yml
@@ -20,47 +20,63 @@ parameters:
steps:
# Prepare macOS
- - ${{ if ne(parameters.poolName, 'Azure Pipelines') }}:
- - template: agent-cleanser/v1.yml@yaml-templates
- parameters:
- condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
- UninstallMono: false
- UninstallXamarinMac: false
- CleanseAgentToolsDotNet: true # Cleanse all .NET versions under the agent tools directory and use only those provisioned by the pipeline
- SelfHealPowerShell: false
- AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2)
+ # - ${{ if ne(parameters.poolName, 'Azure Pipelines') }}:
+ # - template: agent-cleanser/v1.yml@yaml-templates
+ # parameters:
+ # condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
+ # UninstallMono: false
+ # UninstallXamarinMac: false
+ # CleanseAgentToolsDotNet: true # Cleanse all .NET versions under the agent tools directory and use only those provisioned by the pipeline
+ # SelfHealPowerShell: false
+ # AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2)
# Provision Xcode
- ${{ if ne(parameters.skipXcode, 'true') }}:
- - task: xamops.azdevex.provisionator-task.provisionator@2
- condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
- displayName: 'Provision Xcode'
- inputs:
- provisioning_script: ${{ parameters.checkoutDirectory }}/${{ parameters.provisionatorXCodePath }}
- provisioning_extra_args: ${{ parameters.provisionatorExtraArguments }}
- github_token: ${{ parameters.gitHubToken }}
- env:
- PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }}
- AUTH_TOKEN_COMPONENTS_MAC_IOS_CERTIFICATE_P12: ${{ parameters.certPass }}
+ # - task: xamops.azdevex.provisionator-task.provisionator@2
+ # condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
+ # displayName: 'Provision Xcode'
+ # inputs:
+ # provisioning_script: ${{ parameters.checkoutDirectory }}/${{ parameters.provisionatorXCodePath }}
+ # provisioning_extra_args: ${{ parameters.provisionatorExtraArguments }}
+ # github_token: ${{ parameters.gitHubToken }}
+ # env:
+ # PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }}
+ # AUTH_TOKEN_COMPONENTS_MAC_IOS_CERTIFICATE_P12: ${{ parameters.certPass }}
+
+ - script: |
+ echo Mac OS version:
+ sw_vers -productVersion
+ echo
+ echo Installed Xcode versions:
+ ls /Applications | grep 'Xcode'
+ echo
+ echo currently selected xcode:
+ xcrun xcode-select --print-path
+ echo
+ echo selecting latest xcode...
+ sudo xcode-select -s /Applications/Xcode_$(REQUIRED_XCODE).app
+ xcrun xcode-select --print-path
+ xcodebuild -version
+ displayName: Select Xcode Version
# Provision Additional Software
- - ${{ if ne(parameters.skipProvisioning, 'true') }}:
- - task: xamops.azdevex.provisionator-task.provisionator@2
- displayName: 'Provision Additional Software'
- condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
- continueOnError: true
- inputs:
- provisioning_script: ${{ parameters.checkoutDirectory }}/${{ parameters.provisionatorPath }}
- provisioning_extra_args: ${{ parameters.provisionatorExtraArguments }}
- github_token: ${{ parameters.gitHubToken }}
- env:
- PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }}
- AUTH_TOKEN_COMPONENTS_MAC_IOS_CERTIFICATE_P12: ${{ parameters.certPass }}
- ${{ if eq(parameters.skipAndroidSdks, true) }}:
- SKIP_ANDROID_API_SDKS: 'true'
- ${{ if eq(parameters.skipAndroidImages, true) }}:
- SKIP_ANDROID_API_IMAGES: 'true'
- ${{ if eq(parameters.installDefaultAndroidApi, true) }}:
- INSTALL_DEFAULT_ANDROID_API: 'true'
+ #- ${{ if ne(parameters.skipProvisioning, 'true') }}:
+ # - task: xamops.azdevex.provisionator-task.provisionator@2
+ # displayName: 'Provision Additional Software'
+ # condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
+ # continueOnError: true
+ # inputs:
+ # provisioning_script: ${{ parameters.checkoutDirectory }}/${{ parameters.provisionatorPath }}
+ # provisioning_extra_args: ${{ parameters.provisionatorExtraArguments }}
+ # github_token: ${{ parameters.gitHubToken }}
+ # env:
+ # PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }}
+ # AUTH_TOKEN_COMPONENTS_MAC_IOS_CERTIFICATE_P12: ${{ parameters.certPass }}
+ # ${{ if eq(parameters.skipAndroidSdks, true) }}:
+ # SKIP_ANDROID_API_SDKS: 'true'
+ # ${{ if eq(parameters.skipAndroidImages, true) }}:
+ # SKIP_ANDROID_API_IMAGES: 'true'
+ # ${{ if eq(parameters.installDefaultAndroidApi, true) }}:
+ # INSTALL_DEFAULT_ANDROID_API: 'true'
# Setup JDK Paths (gradle needs it)
- bash: |
@@ -69,17 +85,7 @@ steps:
# brew install --cask microsoft-openjdk@17
displayName: 'Setup JDK Paths'
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
- # Configure VS Mac for Xcode
- # This seems to be needed or else it will pick other xcode for example on xharness
- # - bash: |
- # set -x
- # mkdir -p ~/Library/Preferences/Xamarin
- # rm -f ~/Library/Preferences/Xamarin/Settings.plist
- # /usr/libexec/PlistBuddy -c "add :AppleSdkRoot string $(dirname $(dirname $(xcode-select -p)))" ~/Library/Preferences/Xamarin/Settings.plist || true
- # cat ~/Library/Preferences/Xamarin/Settings.plist || true
- # displayName: 'Configure Visual Studio'
- # condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
-
+
# Prepare Windows
# Provision Additional Software
- ${{ if ne(parameters.skipProvisioning, 'true') }}:
@@ -117,23 +123,6 @@ steps:
displayName: 'Setup JDK Paths'
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
- - pwsh: |
- if ($env:ANDROID_SDK_ROOT) {
- echo "ANDROID_SDK_ROOT already set to '$env:ANDROID_SDK_ROOT'"
- } else {
- if ((Test-Path "${env:ProgramFiles(x86)}\Android\android-sdk")) {
- $env:ANDROID_SDK_ROOT = "${env:ProgramFiles(x86)}\Android\android-sdk"
- }
- if ($env:ANDROID_SDK_ROOT) {
- echo "##vso[task.setvariable variable=ANDROID_SDK_ROOT]$env:ANDROID_SDK_ROOT"
- echo "ANDROID_SDK_ROOT set to '$env:ANDROID_SDK_ROOT'"
- } else {
- echo "Unable to set ANDROID_SDK_ROOT"
- }
- }
- displayName: 'Setup ANDROID_SDK_ROOT Paths'
- condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
-
# Prepare Both
- task: UseDotNet@2 # https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/dotnet-core-tool-installer?view=azure-devops
displayName: 'Use .NET SDK $(DOTNET_VERSION)'
diff --git a/eng/pipelines/common/ui-tests-build-sample.yml b/eng/pipelines/common/ui-tests-build-sample.yml
index c133355d3e32..bbb9922503b8 100644
--- a/eng/pipelines/common/ui-tests-build-sample.yml
+++ b/eng/pipelines/common/ui-tests-build-sample.yml
@@ -22,7 +22,7 @@ steps:
- template: provision.yml
parameters:
- skipProvisioning: ${{ eq(parameters.platform, 'windows') }}
+ skipProvisioning: true
# FIXME: 'Build the MSBuild Tasks' step fails for net9.0-android35 without API 35
skipAndroidSdks: false
skipXcode: ${{ or(eq(parameters.platform, 'android'), eq(parameters.platform, 'windows')) }}
diff --git a/eng/pipelines/common/ui-tests-steps.yml b/eng/pipelines/common/ui-tests-steps.yml
index 095103432667..d3fe6ecbe9a2 100644
--- a/eng/pipelines/common/ui-tests-steps.yml
+++ b/eng/pipelines/common/ui-tests-steps.yml
@@ -37,7 +37,7 @@ steps:
- template: provision.yml
parameters:
- skipProvisioning: ${{ eq(parameters.platform, 'windows') }}
+ skipProvisioning: true
skipAndroidSdks: ${{ ne(parameters.platform, 'android') }}
skipXcode: ${{ or(eq(parameters.platform, 'android'), eq(parameters.platform, 'windows')) }}
provisionatorChannel: ${{ parameters.provisionatorChannel }}
diff --git a/eng/pipelines/common/ui-tests.yml b/eng/pipelines/common/ui-tests.yml
index b1c3bb778d47..d3bb528cf96c 100644
--- a/eng/pipelines/common/ui-tests.yml
+++ b/eng/pipelines/common/ui-tests.yml
@@ -2,6 +2,7 @@ parameters:
androidPool: { }
iosPool: { }
windowsPool: { }
+ windowsBuildPool: { }
macosPool: { }
androidCompatibilityPool: { }
iosCompatibilityPool: { }
@@ -79,9 +80,8 @@ stages:
jobs:
- job: build_ui_tests
displayName: Build Sample App (Windows)
- pool: ${{ parameters.windowsPool }}
+ pool: ${{ parameters.windowsBuildPool }}
variables:
- REQUIRED_XCODE: $(DEVICETESTS_REQUIRED_XCODE)
APPIUM_HOME: $(System.DefaultWorkingDirectory)/.appium/
steps:
- template: ui-tests-build-sample.yml
diff --git a/eng/pipelines/common/variables.yml b/eng/pipelines/common/variables.yml
index 1f29c6c8278d..695be3033dee 100644
--- a/eng/pipelines/common/variables.yml
+++ b/eng/pipelines/common/variables.yml
@@ -8,7 +8,7 @@ variables:
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
value: true
- name: DOTNET_VERSION
- value: 9.0.100-preview.4.24267.66
+ value: 9.0.100-rc.2.24474.11
- name: REQUIRED_XCODE
value: 16.0.0
- name: DEVICETESTS_REQUIRED_XCODE
@@ -57,7 +57,6 @@ variables:
value: 7.4.0
- name: Codeql.Enabled
value: false
-- group: Xamarin-Secrets
# Variable groups required for private builds
- ${{ if or(eq(variables['System.TeamProject'], 'DevDiv'), eq(variables['Build.DefinitionName'], 'dotnet-maui')) }}:
@@ -73,6 +72,8 @@ variables:
# - name: PostBuildSign
# value: true
# For eng/common/SetupNugetSources.ps1
+ # - group: Xamarin-Secrets
+
- group: DotNetBuilds storage account read tokens
- group: AzureDevOps-Artifact-Feeds-Pats
- name: _InternalBuildArgs
diff --git a/eng/pipelines/handlers.yml b/eng/pipelines/handlers.yml
index ad1740cba0e3..6abc8a90a7b9 100644
--- a/eng/pipelines/handlers.yml
+++ b/eng/pipelines/handlers.yml
@@ -166,10 +166,12 @@ stages:
- template: common/provision.yml
parameters:
poolName: ${{ BuildPlatform.poolName }}
- gitHubToken: $(github--pat--vs-mobiletools-engineering-service2)
+ # gitHubToken: $(github--pat--vs-mobiletools-engineering-service2)
skipAndroidSdks: true
skipAndroidImages: true
installDefaultAndroidApi: false
+ skipProvisioning: true
+ skipXcode: ${{ ne(BuildPlatform.name , 'macOS') }}
- pwsh: ./build.ps1 --target=dotnet --configuration="${{ BuildConfiguration }}" --verbosity=diagnostic
displayName: 'Install .NET'
retryCountOnTaskFailure: 3
@@ -236,10 +238,12 @@ stages:
parameters:
checkoutDirectory: '$(System.DefaultWorkingDirectory)'
provisionatorChannel: ${{ parameters.provisionatorChannel }}
- gitHubToken: $(github--pat--vs-mobiletools-engineering-service2)
+ # gitHubToken: $(github--pat--vs-mobiletools-engineering-service2)
skipAndroidSdks: true
skipAndroidImages: true
installDefaultAndroidApi: true
+ skipProvisioning: true
+ skipXcode: ${{ ne(PackPlatform.name , 'macOS') }}
- stage: samples_net
displayName: Test .NET MAUI Samples
@@ -255,8 +259,7 @@ stages:
name: ${{ BuildPlatform.poolName }}
vmImage: ${{ BuildPlatform.vmImage }}
demands:
- - macOS.Name -equals Sonoma
- - macOS.Architecture -equals x64
+ - macOS.Name -equals Sonoma
steps:
- template: common/provision.yml
parameters:
@@ -264,6 +267,8 @@ stages:
skipAndroidSdks: true
skipAndroidImages: true
installDefaultAndroidApi: true
+ skipProvisioning: true
+ skipXcode: ${{ ne(BuildPlatform.name , 'macOS') }}
- task: DownloadBuildArtifacts@0
displayName: 'Download Packages'
diff --git a/eng/pipelines/maui-release.yml b/eng/pipelines/maui-release.yml
index c25664848a36..bbb06909f26f 100644
--- a/eng/pipelines/maui-release.yml
+++ b/eng/pipelines/maui-release.yml
@@ -169,10 +169,12 @@ extends:
parameters:
checkoutDirectory: '$(System.DefaultWorkingDirectory)'
provisionatorChannel: ${{ parameters.provisionatorChannel }}
- gitHubToken: $(github--pat--vs-mobiletools-engineering-service2)
+ # gitHubToken: $(github--pat--vs-mobiletools-engineering-service2)
skipAndroidImages: true
skipAndroidSdks: true
installDefaultAndroidApi: true
+ skipProvisioning: true
+ skipXcode: true
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}: # Sign only using the private server
- template: /eng/pipelines/common/sign.yml@self
diff --git a/eng/pipelines/ui-tests.yml b/eng/pipelines/ui-tests.yml
index d6d44bc4be41..ad3189b3d75f 100644
--- a/eng/pipelines/ui-tests.yml
+++ b/eng/pipelines/ui-tests.yml
@@ -79,6 +79,12 @@ parameters:
- macOS.Name -equals Sonoma
- macOS.Architecture -equals x64
+ - name: windowsBuildPool
+ type: object
+ default:
+ name: $(windowsVmPool)
+ vmImage: $(windowsVmImage)
+
- name: windowsPool
type: object
default:
@@ -124,6 +130,7 @@ stages:
androidPool: ${{ parameters.androidPool }}
iosPool: ${{ parameters.iosPool }}
windowsPool: ${{ parameters.windowsPool }}
+ windowsBuildPool: ${{ parameters.windowsBuildPool }}
macosPool: ${{ parameters.macosPool }}
androidCompatibilityPool: ${{ parameters.androidCompatibilityPool }}
iosCompatibilityPool: ${{ parameters.iosCompatibilityPool }}
diff --git a/loc/cs/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/cs/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index 6a114998aa44..102545da65f6 100644
--- a/loc/cs/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/cs/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true v souboru projektu a zajistěte, aby byla u této vazby zadána správná hodnota pro x:DataType. Další informace najdete na adrese https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/cs/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/cs/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 798dc4661356..b3b66f8d2093 100644
--- a/loc/cs/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/cs/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/cs/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 1cd08b96a732..90e590a10afe 100644
--- a/loc/cs/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/cs/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 52919557f7dd..41b296c0bcbd 100644
--- a/loc/cs/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/cs/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 41b6001d9711..1aaac69dbe3f 100644
--- a/loc/cs/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/cs/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 647557da0809..dbd59115cd7c 100644
--- a/loc/cs/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/cs/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index e914f0a3d39a..dd764ae26c71 100644
--- a/loc/cs/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/cs/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index 63cfed2949ca..ba075218b359 100644
--- a/loc/cs/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/cs/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index f3750933a06b..7562e5fc4ebc 100644
--- a/loc/cs/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/cs/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 5bd684068ac6..052663758ba8 100644
--- a/loc/cs/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/cs/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/cs/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index 284f7350c8c3..a08c82a76a1f 100644
--- a/loc/cs/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/cs/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/de/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/de/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index 4787624f9cd8..43a1ded538fd 100644
--- a/loc/de/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/de/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true festlegen und sicherstellen, dass der richtige x:DataType für diese Bindung angegeben ist. Weitere Informationen finden Sie unter https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,7 +319,7 @@
-
-
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/de/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/de/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 95fa955015a0..eaf6834640a2 100644
--- a/loc/de/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/de/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/de/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 19bf555da0af..8ebab6c6373b 100644
--- a/loc/de/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/de/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 252ed6beaf91..792078f72a63 100644
--- a/loc/de/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/de/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index d548188adec8..5f0bc7122861 100644
--- a/loc/de/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/de/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 49fefad5c302..2ad3780e50d1 100644
--- a/loc/de/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/de/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index 79e83f024cb3..566babe78663 100644
--- a/loc/de/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/de/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index c23b879bc81e..86eeb63faed9 100644
--- a/loc/de/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/de/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index 32dec37b1783..54d6d2cd3c6d 100644
--- a/loc/de/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/de/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 0cc5d3537f94..e4386dd4d038 100644
--- a/loc/de/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/de/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/de/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index 15a0adff77bb..a74d26a72f67 100644
--- a/loc/de/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/de/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/es/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/es/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index 8e73ce83c34c..b19a2b29c93a 100644
--- a/loc/es/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/es/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true en el archivo de proyecto y asegúrese de que se especifica el x:DataType correcto para este enlace. Consulte https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings para más información.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,7 +319,7 @@
-
-
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/es/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/es/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index a03e205f7e79..d3b5218c55bd 100644
--- a/loc/es/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/es/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/es/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index c135e88c9053..09048a2310be 100644
--- a/loc/es/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/es/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 705baad630f6..792e082445fe 100644
--- a/loc/es/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/es/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 3962504cd2d4..8ad6d94a842f 100644
--- a/loc/es/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/es/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index b4f5b0f19e11..8939cb833218 100644
--- a/loc/es/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/es/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index c7a6ce1cacb3..75e26b466571 100644
--- a/loc/es/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/es/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index fd271d55e732..f1acd1bb80d0 100644
--- a/loc/es/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/es/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index b348703efa3a..88afef30c777 100644
--- a/loc/es/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/es/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 62f07ea39620..e88d78712c76 100644
--- a/loc/es/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/es/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/es/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index bcfd468122ad..2b3df36944ca 100644
--- a/loc/es/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/es/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/fr/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/fr/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index eff229f027e2..4b1361c1df4b 100644
--- a/loc/fr/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/fr/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true dans votre fichier de projet et assurez-vous que le type x:DataType correspondant est spécifié pour cette liaison. Pour plus d’informations, consultez https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/fr/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/fr/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 621c66698fe4..eded93692ca9 100644
--- a/loc/fr/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/fr/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/fr/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 0fdb710c89f1..9f1b454e4fa2 100644
--- a/loc/fr/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/fr/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 60d3c8022fd0..6b46f9710705 100644
--- a/loc/fr/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/fr/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index d061d7c14e6c..249533a469f5 100644
--- a/loc/fr/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/fr/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 222690913be4..6dbfdf5ee051 100644
--- a/loc/fr/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/fr/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index 623f306c07f9..d38ef274450d 100644
--- a/loc/fr/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/fr/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index 865c351301bf..8bc0b5745ba4 100644
--- a/loc/fr/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/fr/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index 647f122b01fb..cd935551479e 100644
--- a/loc/fr/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/fr/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 8a510fa1d65a..a20e534c9e4f 100644
--- a/loc/fr/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/fr/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/fr/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index d38fdcdd76fa..26f177dc0c28 100644
--- a/loc/fr/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/fr/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/it/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/it/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index 947e21de8d3f..ac5751e84451 100644
--- a/loc/it/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/it/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true nel file di progetto e assicurarsi che sia specificato x:DataType correttamente per questa associazione. Per altre informazioni, vedere https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/it/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/it/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index fb19e7ba1f8f..0e956824135b 100644
--- a/loc/it/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/it/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/it/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 59c0f4b8e879..8bf35c6d47c0 100644
--- a/loc/it/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/it/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index a128ca1e9c82..1056c53890e2 100644
--- a/loc/it/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/it/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 42a07611305a..8351b711404b 100644
--- a/loc/it/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/it/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index b74297518109..482d979d7ef7 100644
--- a/loc/it/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/it/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index c2726aa87482..45f080f41c4c 100644
--- a/loc/it/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/it/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index 62211c454683..e3602e4e066e 100644
--- a/loc/it/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/it/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index bcdbb21580ed..a73f099db9f6 100644
--- a/loc/it/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/it/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index fe071e260345..c30d47b5aa1c 100644
--- a/loc/it/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/it/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/it/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index 96765feb7107..6bf8d691bd4e 100644
--- a/loc/it/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/it/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ja/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/ja/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index 770f5d074bb3..8d22edd93f02 100644
--- a/loc/ja/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/ja/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true を設定して、このバインドに正しい x:DataType が指定されていることを確認して、この最適化を有効にすることを検討してください。詳細については、https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings を参照してください。]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,7 +319,7 @@
-
-
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/ja/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/ja/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 8ecdd7272c87..46ded6b6cff2 100644
--- a/loc/ja/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/ja/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ja/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 2d0c2fd3bab4..d16e511851da 100644
--- a/loc/ja/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ja/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index bac7c9ba1ef1..4828b2677c2a 100644
--- a/loc/ja/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/ja/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 722a8c60bd06..01d85f44da16 100644
--- a/loc/ja/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ja/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 14ba90da4f0d..5bd6637554ca 100644
--- a/loc/ja/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ja/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index 45834fc2e375..fbbf10960954 100644
--- a/loc/ja/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ja/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index a6268920de11..026a3066861f 100644
--- a/loc/ja/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ja/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index 5363b222ea6d..70cc3fe575db 100644
--- a/loc/ja/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ja/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 983b1798e6e9..5064f991bcd5 100644
--- a/loc/ja/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ja/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ja/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index 2f4d47f4df23..3baaf5ddd4d0 100644
--- a/loc/ja/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ja/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ko/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/ko/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index e5d394953b40..b3cba54e8ebd 100644
--- a/loc/ko/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/ko/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true을(를) 설정하여 이 최적화를 사용하도록 설정하는 것을 고려하고 이 바인딩에 올바른 x:DataType이 지정되어 있는지 확인하세요. 자세한 내용은 https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings를 참조하세요.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/ko/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/ko/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 608ce6640076..c039fdd70ea9 100644
--- a/loc/ko/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/ko/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ko/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 560c40fcf479..a10eb0b45842 100644
--- a/loc/ko/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ko/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 4335403e253b..05dcf3b15edd 100644
--- a/loc/ko/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/ko/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 5f902a15ee09..dc0a1bf1e5cb 100644
--- a/loc/ko/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ko/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 5943236f24b2..ce8a1a84306a 100644
--- a/loc/ko/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ko/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index c84020523a9c..56cda3ac4a31 100644
--- a/loc/ko/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ko/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index 004bb236b257..da81ae0840c8 100644
--- a/loc/ko/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ko/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index a86402952c85..7b18d4082650 100644
--- a/loc/ko/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ko/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 0cddea56a146..cab42d0a63e1 100644
--- a/loc/ko/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ko/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ko/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index 46dd790f0734..2b4d25a24125 100644
--- a/loc/ko/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ko/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pl/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/pl/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index a9f23a58d559..cac420a67d9d 100644
--- a/loc/pl/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/pl/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true w pliku projektu i upewnij się, że dla tego powiązania określono poprawną adnotację x:DataType. Aby uzyskać więcej informacji, zobacz https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/pl/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/pl/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 9a537abf5563..5fb04bbc3666 100644
--- a/loc/pl/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/pl/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/pl/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 57e4c0b6e874..d839100c004d 100644
--- a/loc/pl/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/pl/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 2f74fd8ff85e..9029eb4b8754 100644
--- a/loc/pl/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/pl/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 1e8cea1699aa..252349c45893 100644
--- a/loc/pl/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pl/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 12a0ec119096..d92da8953b14 100644
--- a/loc/pl/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pl/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index e7ea2425de49..7088089e2a22 100644
--- a/loc/pl/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pl/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index d9ed37741d52..32afdb2e0aa9 100644
--- a/loc/pl/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pl/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index c2dca49e99ae..824eda1e497e 100644
--- a/loc/pl/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/pl/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 49cefa94dd50..247d8eb53053 100644
--- a/loc/pl/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/pl/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/pl/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index b80ac3d150ac..8046ec7bae9e 100644
--- a/loc/pl/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pl/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pt-BR/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/pt-BR/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index 51c9c3af62fc..a06350a55c38 100644
--- a/loc/pt-BR/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/pt-BR/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true no arquivo de projeto e certifique-se de que o x:DataType correto esteja especificado para esta associação. Confira https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings para obter mais informações.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/pt-BR/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/pt-BR/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 26184d634c63..dacc016dd602 100644
--- a/loc/pt-BR/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/pt-BR/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 36cbe32fd8b8..0f5ac27f4f1b 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index a32b18fac49e..d8ded487dda9 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 5743d86778b3..bf099cc1acf0 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 19784cf53ced..b725711fa24f 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index df254f39564b..57efe8338aa0 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index dd42e797c2c2..5b4b1abc1cfd 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index 72dd74e584c8..9bfe5680bcc2 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 8dc24eaff1a7..1427a172ea11 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/pt-BR/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/pt-BR/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index a754c54dc818..89138cfb05ec 100644
--- a/loc/pt-BR/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/pt-BR/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ru/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/ru/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index b2dd6de69de7..292fba7317c8 100644
--- a/loc/ru/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/ru/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true в файле проекта. Убедитесь, что для этой привязки указан правильный атрибут x:DataType. Дополнительные сведения см. по адресу https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/ru/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/ru/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 6d21081b4fe8..d440f37d5273 100644
--- a/loc/ru/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/ru/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ru/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index f5111c4dd1d9..65cf5a3d9651 100644
--- a/loc/ru/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ru/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 815c5a2427f0..6245df39bab2 100644
--- a/loc/ru/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/ru/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 0c2b4564f8aa..950aaad059c3 100644
--- a/loc/ru/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ru/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 33ca41b977e1..9d65f81e4ed1 100644
--- a/loc/ru/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ru/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index e4da66d29b84..dad4ddc1ea4a 100644
--- a/loc/ru/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ru/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index c57ba5b20c83..edc2ee446bcd 100644
--- a/loc/ru/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/ru/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index aa82e4b06824..cb06dfe35cb8 100644
--- a/loc/ru/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ru/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index f183b718babc..68aac73ba390 100644
--- a/loc/ru/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/ru/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/ru/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index 2dab8e53a81a..b4cac02da28b 100644
--- a/loc/ru/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/ru/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/tr/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/tr/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index 7bd53d150d2a..658d8275b7f3 100644
--- a/loc/tr/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/tr/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true değerini ayarlayıp bu bağlama için doğru x:DataType'ın belirtilmiş olduğundan emin olun. Bkz. https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/tr/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/tr/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 8760153f1385..99f3932decec 100644
--- a/loc/tr/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/tr/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/tr/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index a98c54738ebb..0e4ce4f33ca0 100644
--- a/loc/tr/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/tr/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 741c02a6d1c2..b867abe079ed 100644
--- a/loc/tr/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/tr/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index 4a0cc21752a4..d59c65cfd804 100644
--- a/loc/tr/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/tr/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 7ce7ac08cc9e..b004f42e222d 100644
--- a/loc/tr/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/tr/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index a526c255b556..cab401e163c7 100644
--- a/loc/tr/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/tr/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index b67e6a661bfb..09ab8a02146b 100644
--- a/loc/tr/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/tr/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index 797dd5ae4af1..20f91c80d12e 100644
--- a/loc/tr/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/tr/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 8d4e6beb3a27..3c5d33a389f2 100644
--- a/loc/tr/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/tr/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/tr/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index 14051446db74..d392858a19cf 100644
--- a/loc/tr/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/tr/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/zh-Hans/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/zh-Hans/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index f85976cc2b3d..57f2706ce78e 100644
--- a/loc/zh-Hans/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/zh-Hans/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true 来启用此优化,并确保为此绑定指定了正确的 x:DataType。有关详细信息,请参阅 https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings。]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,7 +319,7 @@
-
-
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/zh-Hans/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/zh-Hans/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 0d5c2d14a197..f76867b1e56f 100644
--- a/loc/zh-Hans/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/zh-Hans/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,21 +13,21 @@
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
index 76bc2ce76ee2..051959265602 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-blazor-solution/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,189 +13,282 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
index 189c780f0768..1040c5d95f26 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-blazor/.template.config/localize/templatestrings.json.lcl
@@ -22,8 +22,8 @@
-
-
-
+
+
@@ -34,8 +34,8 @@
-
-
-
+
+
@@ -46,8 +46,8 @@
-
-
-
+
+
@@ -58,6 +58,9 @@
-
+
+
+
@@ -82,12 +85,18 @@
-
+
+
+
-
+
+
+
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
index a340bbefbf31..28e2c82768f5 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-contentpage-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
index 021759e14756..5179fb84f00b 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-contentpage-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
index 4eaabf6d2bba..2d9d5de47101 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-contentview-csharp/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
index 1cec5f796252..d7feda23b9fa 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-contentview-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
index 2fa2a26ab423..284fdae1b9b8 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-lib/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,39 +13,60 @@
-
+
+
+
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
index 943706f74560..3025fa4b8dcf 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json.lcl
@@ -1,10 +1,11 @@
-
+
+
-
-
@@ -12,45 +13,72 @@
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/loc/zh-Hans/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl b/loc/zh-Hans/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
index 36b6ad6ea62a..0ff689fd06f0 100644
--- a/loc/zh-Hans/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
+++ b/loc/zh-Hans/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/localize/templatestrings.json.lcl
@@ -22,6 +22,9 @@
-
+
+
+
diff --git a/loc/zh-Hant/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl b/loc/zh-Hant/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
index 08fa1e0ebb32..36af75469d76 100644
--- a/loc/zh-Hant/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
+++ b/loc/zh-Hant/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl
@@ -85,24 +85,36 @@
-
+
+
+
-
true in your project file and make sure the correct x:DataType is specified for this binding. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.]]>
+
+ true,並確定已為此繫結指定正確的 x:DataType,以啟用此最佳化。如需詳細資訊,請參閱 https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings。]]>
+
-
+
+
+
-
+
+
+
@@ -217,6 +229,9 @@
-
+
+
+
@@ -277,6 +292,9 @@
-
+
+
+
@@ -301,8 +319,8 @@
-
-
-
+
+
@@ -331,14 +349,17 @@
-
+
+
+
-
-
-
+
+
diff --git a/loc/zh-Hant/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl b/loc/zh-Hant/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
index 90553155f9bb..0fff1900fbce 100644
--- a/loc/zh-Hant/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
+++ b/loc/zh-Hant/src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.resx.lcl
@@ -1,10 +1,11 @@
-
+