Skip to content

Commit

Permalink
Translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaisn committed Dec 28, 2023
1 parent f8dd315 commit 49c40e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/values-nb/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 Nicolas Maltais
Copyright 2023 Nicolas Maltais
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -79,7 +79,6 @@
<item quantity="one">+ %d avmerket element</item>
<item quantity="other">+ %d avmerkede elementer</item>
</plurals>
<string name="trash_reminder_message">Notater i papirkurv blir automatisk slettet etter %d dager.</string>
<string name="trash_delete_message">Dette notatet blir slettet permanent.</string>
<string name="trash_delete_selected_message">Valgte notater blir slettet permanent.</string>
<string name="trash_empty_message">Alle notater i papirkurven blir slettet permanent.</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<plurals name="note_list_item_info_checked">
<item quantity="other">+ %d 个已选中的项目</item>
</plurals>
<string name="trash_reminder_message">回收站内的笔记在 %d 天后自动删除。</string>
<string name="trash_delete_message">此笔记将被永久删除。</string>
<string name="trash_delete_selected_message">所选笔记将被永久删除。</string>
<string name="trash_empty_message">回收站中的所有笔记将被永久删除。</string>
Expand Down

0 comments on commit 49c40e1

Please sign in to comment.