lucy-cli 2.0.0-beta.3 → 2.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.wix/debug.log +10 -0
- package/dist/args.js +0 -1
- package/dist/args.js.map +1 -1
- package/dist/commands/checks.d.ts +2 -2
- package/dist/commands/edit.d.ts +1 -1
- package/dist/commands/exec.d.ts +1 -1
- package/dist/commands/exec.js +15 -13
- package/dist/commands/exec.js.map +1 -1
- package/dist/commands/git.d.ts +2 -2
- package/dist/commands/home.d.ts +2 -2
- package/dist/commands/home.js +25 -2
- package/dist/commands/home.js.map +1 -1
- package/dist/commands/install.d.ts +1 -0
- package/dist/commands/install.js +29 -16
- package/dist/commands/install.js.map +1 -1
- package/dist/commands/read.d.ts +3 -3
- package/dist/config.d.ts +1 -1
- package/dist/index.js +0 -0
- package/dist/init/blocks.d.ts +1 -1
- package/dist/init/blocks.js +2 -2
- package/dist/init/cargo.d.ts +1 -1
- package/dist/init/cargo.js +2 -2
- package/dist/init/expo.d.ts +1 -1
- package/dist/init/expo.js +2 -2
- package/dist/init/gitModules.d.ts +1 -1
- package/dist/init/index.d.ts +1 -2
- package/dist/init/index.js +7 -1
- package/dist/init/index.js.map +1 -1
- package/dist/init/monorepo.d.ts +1 -1
- package/dist/init/monorepo.js +2 -2
- package/dist/init/prepareVelo.d.ts +1 -1
- package/dist/init/tauri.d.ts +1 -1
- package/dist/init/tauri.js +2 -2
- package/dist/init/templates.d.ts +1 -1
- package/dist/init/velo.d.ts +1 -1
- package/dist/init/velo.js +3 -2
- package/dist/init/velo.js.map +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/lucy.d.ts +2 -2
- package/dist/schemas/lucy.js +1 -1
- package/dist/schemas/lucy.js.map +1 -1
- package/dist/tasks/index.d.ts +1 -1
- package/dist/wix-sdk/index.d.ts +1 -1
- package/dist/wix-sdk/init.d.ts +1 -1
- package/dist/wix-sdk/run.d.ts +1 -1
- package/dist/wix-sync/index.d.ts +1 -1
- package/dist/wix-sync/init.d.ts +1 -1
- package/files/templates/expo verse[D]/files/.nvmrc +1 -0
- package/files/templates/expo verse[D]/files/.prettierignore +23 -0
- package/files/templates/expo verse[D]/files/.prettierrc.js +16 -0
- package/files/templates/expo verse[D]/files/.stylelintrc.json +8 -0
- package/files/templates/expo verse[D]/files/.vscode/extensions.json +10 -0
- package/files/templates/expo verse[D]/files/.vscode/launch.json +54 -0
- package/files/templates/expo verse[D]/files/.vscode/settings.json +30 -0
- package/files/templates/expo verse[D]/files/.vscode/tasks.json +0 -0
- package/files/templates/expo verse[D]/files/.yarnrc +1 -0
- package/files/templates/expo verse[D]/files/.yarnrc.yml +8 -0
- package/files/templates/expo verse[D]/files/App.tsx +63 -0
- package/files/templates/expo verse[D]/files/DEBUGGING.md +126 -0
- package/files/templates/expo verse[D]/files/README.md +45 -0
- package/files/templates/expo verse[D]/files/android/app/build.gradle +177 -0
- package/files/templates/expo verse[D]/files/android/app/debug.keystore +0 -0
- package/files/templates/expo verse[D]/files/android/app/proguard-rules.pro +14 -0
- package/files/templates/expo verse[D]/files/android/app/src/debug/AndroidManifest.xml +7 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/AndroidManifest.xml +33 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainActivity.kt +65 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainApplication.kt +57 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable/ic_launcher_background.xml +6 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable/rn_edit_text_material.xml +37 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-hdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-mdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xxxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +6 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +6 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/colors.xml +6 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/strings.xml +7 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/styles.xml +12 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values-night/colors.xml +3 -0
- package/files/templates/expo verse[D]/files/android/build.gradle +37 -0
- package/files/templates/expo verse[D]/files/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/files/templates/expo verse[D]/files/android/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/files/templates/expo verse[D]/files/android/gradle.properties +59 -0
- package/files/templates/expo verse[D]/files/android/gradlew +251 -0
- package/files/templates/expo verse[D]/files/android/gradlew.bat +94 -0
- package/files/templates/expo verse[D]/files/android/settings.gradle +39 -0
- package/files/templates/expo verse[D]/files/app.config.ts +77 -0
- package/files/templates/expo verse[D]/files/assets/data/de.csv +949 -0
- package/files/templates/expo verse[D]/files/assets/data/en.csv +949 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Black.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-BlackItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Bold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-BoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-ExtraBold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-ExtraBoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Italic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Medium.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-MediumItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-SemiBold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-SemiBoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/images/andorid/background.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/android-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/android-light.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/background.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-light.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-tinted.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/splash-icon-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/splash-icon-light.png +0 -0
- package/files/templates/expo verse[D]/files/babel.config.js +10 -0
- package/files/templates/expo verse[D]/files/components/.gitkeep +0 -0
- package/files/templates/expo verse[D]/files/components/MainScreen.tsx +299 -0
- package/files/templates/expo verse[D]/files/components/Share.tsx +132 -0
- package/files/templates/expo verse[D]/files/components/ui/.gitkeep +0 -0
- package/files/templates/expo verse[D]/files/components/ui/dev.tsx +48 -0
- package/files/templates/expo verse[D]/files/constants/config.ts +30 -0
- package/files/templates/expo verse[D]/files/constants/theme.ts +18 -0
- package/files/templates/expo verse[D]/files/data/de.csv +219 -0
- package/files/templates/expo verse[D]/files/data/en.csv +219 -0
- package/files/templates/expo verse[D]/files/data/version.json +4 -0
- package/files/templates/expo verse[D]/files/eas.json +47 -0
- package/files/templates/expo verse[D]/files/eslint.config.mjs +185 -0
- package/files/templates/expo verse[D]/files/global.css +47 -0
- package/files/templates/expo verse[D]/files/hooks/useColorScheme.ts +17 -0
- package/files/templates/expo verse[D]/files/index.ts +28 -0
- package/files/templates/expo verse[D]/files/lib/content.ts +31 -0
- package/files/templates/expo verse[D]/files/lib/data.ts +180 -0
- package/files/templates/expo verse[D]/files/lib/helper.ts +54 -0
- package/files/templates/expo verse[D]/files/lib/index.ts +21 -0
- package/files/templates/expo verse[D]/files/lib/state.ts +128 -0
- package/files/templates/expo verse[D]/files/lib/storage.ts +17 -0
- package/files/templates/expo verse[D]/files/lib/taskManager/index.ts +38 -0
- package/files/templates/expo verse[D]/files/lib/taskManager/loadData.ts +14 -0
- package/files/templates/expo verse[D]/files/lib/utils/index.ts +11 -0
- package/files/templates/expo verse[D]/files/lib/utils/polyfills.ts +29 -0
- package/files/templates/expo verse[D]/files/lib/utils/screenshot.ts +77 -0
- package/files/templates/expo verse[D]/files/lucy.json +8 -0
- package/files/templates/expo verse[D]/files/metro.config.js +81 -0
- package/files/templates/expo verse[D]/files/models/index.ts +28 -0
- package/files/templates/expo verse[D]/files/nativewind-env.d.ts +1 -0
- package/files/templates/expo verse[D]/files/package.json +102 -0
- package/files/templates/expo verse[D]/files/pnpm-workspace.yaml +3 -0
- package/files/templates/expo verse[D]/files/scripts/convert-verses.ts +309 -0
- package/files/templates/expo verse[D]/files/scripts/move-artifacts.ts +83 -0
- package/files/templates/expo verse[D]/files/scripts/reset-project.ts +116 -0
- package/files/templates/expo verse[D]/files/tailwind.config.js +63 -0
- package/files/templates/expo verse[D]/files/tsconfig.json +45 -0
- package/files/templates/expo verse[D]/files/types/index.ts +4 -0
- package/files/templates/expo verse[D]/files/types/reset.d.ts +1 -0
- package/files/templates/expo verse[D]/lucy.json +86 -0
- package/files/templates/expo[D]/files/app.config.ts +69 -0
- package/files/templates/expo[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/files/templates/expo[D]/files/scripts/reset-project.ts +0 -0
- package/files/templates/velo[D]/files/.yarnrc.yml +1 -2
- package/files/templates/velo[D]/lucy.json +1 -1
- package/mitarbeiter-login.html +188 -0
- package/old/index.ts +0 -0
- package/package.json +11 -11
- package/pnpm-workspace.yaml +6 -0
- package/src/args.ts +0 -1
- package/src/commands/exec.ts +22 -18
- package/src/commands/home.ts +36 -2
- package/src/commands/install.ts +41 -21
- package/src/index.ts +0 -0
- package/src/init/blocks.ts +2 -2
- package/src/init/cargo.ts +2 -2
- package/src/init/expo.ts +2 -2
- package/src/init/index.ts +7 -1
- package/src/init/monorepo.ts +2 -2
- package/src/init/tauri.ts +2 -2
- package/src/init/velo.ts +4 -3
- package/src/schemas/index.ts +2 -0
- package/src/schemas/lucy.ts +1 -1
@@ -0,0 +1,219 @@
|
|
1
|
+
Topic,Reference,Verse
|
2
|
+
Comfort,1.Chronik 19:13,"Sei getrost und laß uns getrost handeln für unser Volk und für die Städte unseres Gottes; der HERR tue, was ihm gefällt."
|
3
|
+
Unity,1. Korinther 12:27,"Ihr seid aber der Leib Christi und Glieder, ein jeglicher nach seinem Teil."
|
4
|
+
Comfort,1. Korinther 15:58,"Darum, meine lieben Brüder, seid fest, unbeweglich, und nehmet immer zu in dem Werk des HERRN, sintemal ihr wisset, daß eure Arbeit nicht vergeblich ist in dem HERRN."
|
5
|
+
Courage,1. Korinther 16:13,"Wachet, stehet im Glauben und seid stark! Alle eure Dinge lasset in der Liebe geschehen!"
|
6
|
+
Anointing,1. Johannes 2:20,"Und ihr habt die Salbung von dem, der heilig ist, und wisset alles."
|
7
|
+
Anointing,1. Johannes 2:27,"Und die Salbung, die ihr von ihm empfangen habt, bleibt bei euch."
|
8
|
+
Love,1. Petrus 3:9,"Vergeltet nicht Böses mit Bösem oder Scheltwort mit Scheltwort, sondern dagegen segnet, und wisset, daß ihr dazu berufen seid, daß ihr den Segen erbet."
|
9
|
+
Provision,1. Petrus 5:7,Alle Sorge werfet auf ihn; denn er sorgt für euch.
|
10
|
+
Encouragement,1. Thessalonicher 5:11,"Darum ermahnet euch untereinander und bauet einander auf, wie ihr denn tut."
|
11
|
+
Unity,1. Thessalonicher 5:13,Seid friedsam mit ihnen.
|
12
|
+
Courage,2. Chronik 15:7,Ihr aber seid getrost und tut eure Hände nicht ab; denn euer Werk hat seinen Lohn.
|
13
|
+
Comfort,2. Korinther 1:3-4,"Und ob er wohl gekreuzigt ist in der Schwachheit, so lebt er doch in der Kraft Gottes. Und ob wir auch schwach sind in ihm, so leben wir doch mit ihm in der Kraft Gottes unter euch."
|
14
|
+
Comfort,2. Korinther 1:5,"Denn gleichwie wir des Leidens Christi viel haben, also werden wir auch reichlich getröstet durch Christus."
|
15
|
+
Comfort,2. Korinther 1:6,"Ist's Trübsal, so geschieht es euch zu Trost und Heil; welches Heil sich beweist, so ihr leidet mit Geduld, dermaßen, wie wir leiden."
|
16
|
+
Transformation,2. Korinther 3:16,"Wenn es aber sich bekehrte zu dem HERRN, so würde die Decke abgetan."
|
17
|
+
Renewal,2. Korinther 4:16,"Darum werden wir nicht müde; sondern, ob unser äußerlicher Mensch verdirbt, so wird doch der innerliche von Tag zu Tag erneuert."
|
18
|
+
Doubt,2. Korinther 5:7,"Denn wir wandeln im Glauben, und nicht im Schauen."
|
19
|
+
Compassion,2. Samuel 22:20,"Und er führte mich aus in das Weite, er riß mich heraus; denn er hatte Lust zu mir."
|
20
|
+
Trust,2. Samuel 22:31,"Er ist ein Schild allen, die ihm vertrauen."
|
21
|
+
Compassion,2. Thessalonicher 3:3,Aber der HERR ist treu; der wird euch stärken und bewahren vor dem Argen.
|
22
|
+
Empowerment,2. Timotheus 2:1,"So sei nun stark, mein Sohn, durch die Gnade in Christo Jesu."
|
23
|
+
Support,2. Timotheus 4:17,Der HERR aber stand mir bei und stärkte mich.
|
24
|
+
Anointing,Apostelgeschichte 10:38,Wie Gott diesen Jesus von Nazareth gesalbt hat mit dem heiligen Geist und Kraft; der umhergezogen ist und hat wohlgetan.
|
25
|
+
Transformation,Kolosser 2:13,"Und er hat euch auch mit ihm lebendig gemacht, da ihr tot waret in den Sünden und in eurem unbeschnittenen Fleisch; und hat uns geschenkt alle Sünden."
|
26
|
+
Compassion,Kolosser 3:12,"So ziehet nun an, als die Auserwählten Gottes, Heiligen und Geliebten, herzliches Erbarmen, Freundlichkeit, Demut, Sanftmut, Geduld"
|
27
|
+
Comfort,Daniel 10:19,"Und sprach: Fürchte dich nicht, du lieber Mann! Friede sei mit dir! Und sei getrost, sei getrost! Und als er mit mir redete, ermannte ich mich und sprach: Mein HERR rede! Denn du hast mich gestärkt."
|
28
|
+
Courage,5. Buch Mose 31:8,"Der HERR aber, der selber vor euch her geht, der wird mit dir sein und wird die Hand nicht abtun noch dich verlassen. Fürchte dich nicht und erschrick nicht."
|
29
|
+
Compassion,5. Buch Mose 4:31,"Denn der HERR, dein Gott, ist ein barmherziger Gott; er wird dich nicht lassen noch verderben."
|
30
|
+
Time,Prediger 3:1,"Ein jegliches hat seine Zeit, und alles Vornehmen unter dem Himmel hat seine Stunde."
|
31
|
+
Eternity,Prediger 3:11,"Er aber tut alles fein zu seiner Zeit und läßt ihr Herz sich ängsten, wie es gehen solle in der Welt; denn der Mensch kann doch nicht treffen das Werk, das Gott tut, weder Anfang noch Ende."
|
32
|
+
Peace,Epheser 2:17,"Und er ist gekommen, hat verkündigt im Evangelium den Frieden euch, die ihr ferne waret, und denen, die nahe waren."
|
33
|
+
Unity,Epheser 2:18,Denn durch ihn haben wir den Zugang alle beide in einem Geiste zum Vater.
|
34
|
+
Transformation,Epheser 4:23,Erneuert euch aber im Geist eures Gemüts.
|
35
|
+
Love,Epheser 4:29,"Lasset kein faul Geschwätz aus eurem Munde gehen, sondern was nützlich zur Besserung ist, wo es not tut, daß es holdselig sei zu hören."
|
36
|
+
Love,Epheser 4:3,"Und seid fleißig, zu halten die Einigkeit im Geist durch das Band des Friedens."
|
37
|
+
Compassion,Epheser 4:32,"Seid aber untereinander freundlich, herzlich und vergebet einer dem andern, gleichwie Gott euch auch vergeben hat in Christus."
|
38
|
+
Unity,Epheser 5:2,"Wandelt in der Liebe, gleichwie Christus uns hat geliebt und sich selbst dargegeben für uns als Gabe und Opfer, Gott zu einem süßen Geruch."
|
39
|
+
Strength,Epheser 6:10,"Zuletzt, meine Brüder, seid stark in dem HERRN und in der Macht seiner Stärke."
|
40
|
+
Courage,2. Buch Mose 14:14,"Der HERR wird für euch streiten, und ihr werdet still sein."
|
41
|
+
Strength,2. Buch Mose 15:2,Der HERR ist meine Stärke und mein Lobgesang und ist mein Heil.
|
42
|
+
Compassion,2. Buch Mose 33:19,"Und er sprach: Ich will vor deinem Angesicht alle meine Güte vorübergehen lassen und will ausrufen des HERRN Namen vor dir. Wem ich aber gnädig bin, dem bin ich gnädig; und wes ich mich erbarme, des erbarme ich mich."
|
43
|
+
Transformation,Hesekiel 11:19,Und ich will euch ein einträchtiges Herz geben und einen neuen Geist in euch geben und will das steinerne Herz wegnehmen aus eurem Leibe und ein fleischernes Herz geben.
|
44
|
+
Water & Life,Galater 3:27,"Denn wieviel euer auf Christus getauft sind, die haben Christus angezogen."
|
45
|
+
Spirit,Galater 5:22,"Die Frucht aber des Geistes ist Liebe, Freude, Friede, Geduld, Freundlichkeit, Gütigkeit, Glaube, Sanftmut, Keuschheit."
|
46
|
+
Love,Galater 6:2,"Einer trage des andern Last, so werdet ihr das Gesetz Christi erfüllen."
|
47
|
+
Endurance,Galater 6:9,Lasset uns aber Gutes tun und nicht müde werden; denn zu seiner Zeit werden wir auch ernten ohne Aufhören.
|
48
|
+
Love,Hebräer 10:24,Lasset uns untereinander unser selbst wahrnehmen mit Reizen zur Liebe und guten Werken.
|
49
|
+
Love,Hebräer 13:1,Bleibet fest in der brüderlichen Liebe.
|
50
|
+
Compassion,Hebräer 13:5,"Der Wandel sei ohne Geiz; und laßt euch genügen an dem, was da ist. Denn er hat gesagt: ""Ich will dich nicht verlassen noch versäumen"""
|
51
|
+
Courage,Hebräer 13:6,"Also daß wir dürfen sagen: ""Der HERR ist mein Helfer, ich will mich nicht fürchten; was sollte mir ein Mensch tun?"""
|
52
|
+
Confidence,Hebräer 4:16,"Darum laßt uns hinzutreten mit Freudigkeit zu dem Gnadenstuhl, auf daß wir Barmherzigkeit empfangen und Gnade finden auf die Zeit, wenn uns Hilfe not sein wird."
|
53
|
+
Water & Life,Jesaja 12:3,Ihr werdet mit Freuden Wasser schöpfen aus den Heilsbrunnen.
|
54
|
+
Compassion,Jesaja 30:18,"Darum harret der HERR, daß er euch gnädig sei, und hat sich aufgemacht, daß er sich euer erbarme; denn der HERR ist ein Gott des Gerichts. Wohl allen, die sein harren!"
|
55
|
+
Comfort,Jesaja 35:4,"Saget den verzagten Herzen: Seid getrost, fürchtet euch nicht!"
|
56
|
+
Compassion,Jesaja 40:1,"Tröstet, tröstet mein Volk! spricht euer Gott."
|
57
|
+
Courage,Jesaja 40:29,"Er gibt den Müden Kraft, und Stärke genug dem Unvermögenden."
|
58
|
+
Strength,Jesaja 41:10,"Fürchte dich nicht, ich bin mit dir; weiche nicht, denn ich bin dein Gott; ich stärke dich, ich helfe dir auch, ich erhalte dich durch die rechte Hand meiner Gerechtigkeit."
|
59
|
+
Companionship,Jesaja 41:13,"Denn ich bin der HERR, dein Gott, der deine rechte Hand stärkt und zu dir spricht: Fürchte dich nicht, ich helfe dir!"
|
60
|
+
Water & Life,Jesaja 41:18,Ich will Wasserflüsse auf den Höhen öffnen und Brunnen mitten auf den Feldern.
|
61
|
+
Courage,Jesaja 43:1,"Fürchte dich nicht, denn ich habe dich erlöst; ich habe dich bei deinem Namen gerufen; Du bist mein!"
|
62
|
+
Comfort,Jesaja 43:2,"Denn so du durch Wasser gehst, will ich bei dir sein, daß dich die Ströme nicht sollen ersäufen; und so du ins Feuer gehst, sollst du nicht brennen, und die Flamme soll dich nicht versengen."
|
63
|
+
Water & Life,Jesaja 44:3,Denn ich will Wasser gießen auf das Durstige und Ströme auf das Dürre.
|
64
|
+
Compassion,Jesaja 46:4,"Ja, ich will euch tragen bis ins Alter und bis ihr grau werdet. Ich will es tun, ich will heben und tragen und erretten."
|
65
|
+
Compassion,Jesaja 49:10,"Sie werden weder hungern noch dürsten, sie wird keine Hitze noch Sonne stechen, denn ihr Erbarmer wird sie führen und wird sie an die Wasserquellen leiten."
|
66
|
+
Compassion,Jesaja 49:13,"Jauchzet, ihr Himmel, freue dich, Erde, lobet, ihr Berge, mit Jauchzen; denn der HERR hat sein Volk getröstet und erbarmt sich seiner Elenden."
|
67
|
+
Courage,Jesaja 50:7,Aber der HERR hilft mir; darum werde ich nicht zu Schanden.
|
68
|
+
Comfort,Jesaja 51:12,"Ich, ich bin euer Tröster. Wer bist du denn, daß du dich vor Menschen fürchtest, die doch sterben, und vor Menschenkindern, die wie Gras vergehen."
|
69
|
+
Compassion,Jesaja 54:10,"Denn es sollen wohl Berge weichen und Hügel hinfallen; aber meine Gnade soll nicht von dir weichen, und der Bund meines Friedens soll nicht hinfallen, spricht der HERR, dein Erbarmer."
|
70
|
+
Water & Life,Jesaja 55:1,"Wohlan, alle, die ihr durstig seid, kommet her zum Wasser!"
|
71
|
+
Love,Jesaja 58:10,"Und wirst den Hungrigen lassen finden dein Herz und die elende Seele sättigen: so wird dein Licht in der Finsternis aufgehen, und dein Dunkel wird sein wie der Mittag."
|
72
|
+
Compassion,Jesaja 61:1,"Der Geist des HERRN ist über mir, darum daß mich der HERR gesalbt hat. Er hat mich gesandt, den Elenden zu predigen, die zerbrochenen Herzen zu verbinden, zu verkündigen den Gefangenen die Freiheit, den Gebundenen, daß ihnen geöffnet werde."
|
73
|
+
Anointing,Jesaja 61:3,Freudenöl für Traurigkeit und schöne Kleider für einen betrübten Geist gegeben werden.
|
74
|
+
Compassion,Jesaja 66:13,"Ich will euch trösten, wie einen seine Mutter tröstet; ja, ihr sollt an Jerusalem ergötzt werden."
|
75
|
+
Compassion,Jakobus 5:11,"Siehe, wir preisen selig, die erduldet haben. Die Geduld Hiobs habt ihr gehört, und das Ende des HERRN habt ihr gesehen; denn der HERR ist barmherzig und ein Erbarmer."
|
76
|
+
Shepherd,Jeremia 23:4,"Und ich will Hirten über sie setzen, die sie weiden sollen, daß sie sich nicht mehr sollen fürchten noch erschrecken noch heimgesucht werden."
|
77
|
+
Shepherd,Johannes 10:14,Ich bin der gute Hirte und erkenne die Meinen und bin bekannt den Meinen.
|
78
|
+
Shepherd,Johannes 10:28,"Ich gebe ihnen das ewige Leben; und sie werden nimmermehr umkommen, und niemand wird sie mir aus meiner Hand reißen."
|
79
|
+
Compassion,Johannes 11:35,Und Jesus gingen die Augen über.
|
80
|
+
Love,Johannes 13:34,"Ein neu Gebot gebe ich euch, daß ihr euch untereinander liebet, wie ich euch geliebt habe, auf daß auch ihr einander liebhabet."
|
81
|
+
Calm,Johannes 14:27,"Den Frieden lasse ich euch, meinen Frieden gebe ich euch. Nicht gebe ich euch, wie die Welt gibt. Euer Herz erschrecke nicht und fürchte sich nicht."
|
82
|
+
Love,Johannes 15:12,"Das ist mein Gebot, daß ihr euch untereinander liebet, gleichwie ich euch liebe."
|
83
|
+
Unity,Johannes 17:21,"Auf daß sie alle eins seien, gleichwie du, Vater, in mir und ich in dir; daß auch sie in uns eins seien."
|
84
|
+
Unity,Johannes 17:23,"Ich in ihnen und du in mir, auf daß sie vollkommen seien in eins und die Welt erkenne, daß du mich gesandt hast und liebest sie, gleichwie du mich liebst."
|
85
|
+
Doubt,Johannes 20:27,"Darnach spricht er zu Thomas: Reiche deinen Finger her und siehe meine Hände, und reiche dein Hand her und lege sie in meine Seite, und sei nicht ungläubig, sondern gläubig!"
|
86
|
+
Transformation,Johannes 3:7,Ihr müsset von neuem geboren werden.
|
87
|
+
Water & Life,Johannes 7:37,"Wen da dürstet, der komme zu mir und trinke!"
|
88
|
+
Courage,Josua 1:9,"Siehe, ich habe dir geboten, daß du getrost und freudig seist. Laß dir nicht grauen und entsetze dich nicht; denn der HERR, dein Gott, ist mit dir in allem, was du tun wirst."
|
89
|
+
Peace,Richter 6:24,Der HERR ist der Friede.
|
90
|
+
Compassion,Klagelieder 3:22,"Die Güte des HERRN ist's, daß wir nicht gar aus sind; seine Barmherzigkeit hat noch kein Ende."
|
91
|
+
Mercy,Klagelieder 3:23,"Sie ist alle Morgen neu, und deine Treue ist groß."
|
92
|
+
Comfort,Klagelieder 3:32,"Sondern er betrübt wohl, und erbarmt sich wieder nach seiner Güte."
|
93
|
+
Anointing,3. Mose 8:10,"Und Mose nahm das Salböl und salbte die Wohnung und alles, was darin war, und weihte es."
|
94
|
+
Mary,Lukas 1:30,"Und der Engel sprach zu ihr: Fürchte dich nicht, Maria! du hast Gnade bei Gott gefunden."
|
95
|
+
Mary,Lukas 1:46–47,"Meine Seele erhebt den HERRN und mein Geist freuet sich Gottes, meines Heilands."
|
96
|
+
Mary,Lukas 1:49,"Denn er hat große Dinge an mir getan, der da mächtig ist und des Name heilig ist."
|
97
|
+
Compassion,Lukas 1:53,Die Hungrigen füllt er mit Gütern und läßt die Reichen leer.
|
98
|
+
Compassion,Lukas 12:32,"Fürchte dich nicht, du kleine Herde! Denn es ist eures Vaters Wohlgefallen, euch das Reich zu geben."
|
99
|
+
Compassion,Lukas 6:36,"Darum seid barmherzig, wie auch euer Vater barmherzig ist."
|
100
|
+
Compassion,Lukas 7:13,"Und da sie der HERR sah, jammerte ihn derselben, und er sprach zu ihr: Weine nicht!"
|
101
|
+
Doubt,Maleachi 3:6,Denn ich bin der HERR und wandle mich nicht.
|
102
|
+
Courage,Markus 5:36,"Fürchte dich nicht, glaube nur!"
|
103
|
+
Doubt,Markus 9:24,"Ich glaube, lieber HERR, hilf meinem Unglauben!"
|
104
|
+
Comfort,Matthäus 11:28,"Kommet her zu mir alle, die ihr mühselig und beladen seid; ich will euch erquicken."
|
105
|
+
Comfort,Matthäus 11:29,Nehmet auf euch mein Joch und lernet von mir; denn ich bin sanftmütig und von Herzen demütig; so werdet ihr Ruhe finden für eure Seelen.
|
106
|
+
Compassion,Matthäus 14:13,"Da das Jesus hörte, wich er von dannen auf einem Schiff in eine Wüste allein. Und da das Volk das hörte, folgte es ihm nach zu Fuß aus den Städten."
|
107
|
+
Doubt,Matthäus 14:31,"O du Kleingläubiger, warum zweifeltest du?"
|
108
|
+
Compassion,Matthäus 20:32,"Jesus aber stand still und rief sie und sprach: Was wollt ihr, daß ich euch tun soll?"
|
109
|
+
Love,Matthäus 22:39,Du sollst deinen Nächsten lieben wie dich selbst.
|
110
|
+
Love,Matthäus 5:16,"Also laßt euer Licht leuchten vor den Leuten, daß sie eure guten Werke sehen und euren Vater im Himmel preisen."
|
111
|
+
Comfort,Matthäus 5:4,"Selig sind, die da Leid tragen; denn sie sollen getröstet werden."
|
112
|
+
Mercy,Matthäus 5:7,Selig sind die Barmherzigen; denn sie werden Barmherzigkeit erlangen.
|
113
|
+
Love,Matthäus 7:12,"Alles nun, was ihr wollt, daß euch die Leute tun sollen, das tut ihr ihnen auch. Das ist das Gesetz und die Propheten."
|
114
|
+
Compassion,Matthäus 8:17,"Er hat unsere Schwachheiten auf sich genommen, und unsere Seuchen hat er getragen."
|
115
|
+
Compassion,Matthäus 9:13,"Gehet aber hin und lernet, was das sei: ""Ich habe Wohlgefallen an Barmherzigkeit und nicht am Opfer."" Ich bin gekommen die Sünder zur Buße zu rufen, und nicht die Gerechten."
|
116
|
+
Courage,Matthäus 9:2,"Sei getrost, mein Sohn; deine Sünden sind dir vergeben."
|
117
|
+
Compassion,Matthäus 9:35,"Und Jesus ging umher in alle Städte und Märkte, lehrte in ihren Schulen und predigte das Evangelium von dem Reich und heilte allerlei Seuche und allerlei Krankheit im Volke."
|
118
|
+
Compassion,Matthäus 9:36,"Und da er das Volk sah, jammerte ihn desselben; denn sie waren verschmachtet und zerstreut wie die Schafe, die keinen Hirten haben."
|
119
|
+
Shelter,Nahum 1:7,"Der HERR ist gütig und eine Feste zur Zeit der Not und kennt die, die auf ihn trauen."
|
120
|
+
Courage,Nehemia 8:10,Und bekümmert euch nicht; denn die Freude am HERRN ist eure Stärke.
|
121
|
+
Peace,4. Mose 6:26,Der HERR hebe sein Angesicht über dich und gebe dir Frieden.
|
122
|
+
Empowerment,Philipper 4:13,"Ich vermag alles durch den, der mich mächtig macht, Christus."
|
123
|
+
Love,Philipper 4:5,Eure Lindigkeit lasset kund sein allen Menschen! Der HERR ist nahe!
|
124
|
+
Wisdom,Sprüche 13:10,"Unter den Stolzen ist immer Hader; aber Weisheit ist bei denen, die sich raten lassen."
|
125
|
+
Courage,Sprüche 18:10,Der Name des HERRN ist ein festes Schloß; der Gerechte läuft dahin und wird beschirmt.
|
126
|
+
Refuge,Sprüche 2:8,"Und behütet die, so recht tun, und bewahrt den Weg seiner Heiligen."
|
127
|
+
Love,Sprüche 3:3,Gnade und Treue werden dich nicht lassen. Hänge sie an deinen Hals und schreibe sie auf die Tafel deines Herzens.
|
128
|
+
Comfort,Sprüche 3:5-6,"Verlaß dich auf den HERRN von ganzem Herzen und verlaß dich nicht auf deinen Verstand, sondern gedenke an ihn in allen deinen Wegen, so wird er dich recht führen."
|
129
|
+
Shepherd,Psalm 100:3,"Erkennt, daß der HERR Gott ist! Er hat uns gemacht, und nicht wir selbst, zu seinem Volk und zu Schafen seiner Weide."
|
130
|
+
Compassion,Psalm 103:1,"Praise Yahweh, my soul! All that is within me, praise his holy name!"
|
131
|
+
Compassion,Psalm 103:10,Er handelt nicht mit uns nach unsern Sünden und vergilt uns nicht nach unsrer Missetat.
|
132
|
+
Compassion,Psalm 103:13,"Wie sich ein Vater über Kinder erbarmt, so erbarmt sich der HERR über die, so ihn fürchten."
|
133
|
+
Compassion,Psalm 103:2,"Lobe den HERRN, meine Seele, und vergiß nicht, was er dir Gutes getan hat"
|
134
|
+
Anointing,Psalm 104:2,"Licht ist dein Kleid, das du anhast; du breitest aus den Himmel wie einen Teppich."
|
135
|
+
Trust,Psalm 11:1,Ich traue auf den HERRN.
|
136
|
+
Compassion,Psalm 112:7,"Wenn eine Plage kommen will, so fürchtet er sich nicht; sein Herz hofft unverzagt auf den HERRN."
|
137
|
+
Compassion,Psalm 116:5,"Der HERR ist gnädig und gerecht, und unser Gott ist barmherzig."
|
138
|
+
Courage,Psalm 118:14,Der HERR ist meine Macht und mein Psalm und ist mein Heil.
|
139
|
+
Courage,Psalm 118:5,"In der Angst rief ich den HERRN an, und der HERR erhörte mich und tröstete mich."
|
140
|
+
Compassion,Psalm 119:156,"HERR, deine Barmherzigkeit ist groß; erquicke mich nach deinen Rechten."
|
141
|
+
Comfort,Psalm 119:50,Das ist mein Trost in meinem Elend; denn dein Wort erquickt mich.
|
142
|
+
Comfort,Psalm 119:76,"Deine Gnade müsse mein Trost sein, wie du deinem Knecht zugesagt hast."
|
143
|
+
Compassion,Psalm 119:77,"Laß mir deine Barmherzigkeit widerfahren, daß ich lebe."
|
144
|
+
Compassion,Psalm 120:1,"Ich rufe zu dem HERRN in meiner Not, und er erhört mich."
|
145
|
+
Courage,Psalm 121:1-2,"Ich hebe meine Augen auf zu den Bergen von welchen mir Hilfe kommt. Meine Hilfe kommt von dem HERRN, der Himmel und Erde gemacht hat."
|
146
|
+
Comfort,Psalm 13:5-6,"Ich hoffe aber darauf, daß du so gnädig bist; mein Herz freut sich, daß du so gerne hilfst. Ich will dem HERRN singen, daß er so wohl an mir tut."
|
147
|
+
Courage,Psalm 130:5,"Ich harre des HERRN; meine Seele harret, und ich hoffe auf sein Wort."
|
148
|
+
Unity,Psalm 133:1,"Siehe, wie fein und lieblich ist's, daß Brüder einträchtig beieinander wohnen!"
|
149
|
+
Comfort,Psalm 138:8,"Der HERR wird's für mich vollführen. HERR, deine Güte ist ewig. Das Werk deiner Hände wollest du nicht lassen."
|
150
|
+
Transformation,Psalm 139:14,"Ich danke dir dafür, daß ich wunderbar gemacht bin."
|
151
|
+
Compassion,Psalm 145:14,"Der HERR erhält alle, die da fallen, und richtet auf alle, die niedergeschlagen sind."
|
152
|
+
Compassion,Psalm 145:17,Der HERR ist gerecht in allen seinen Wegen und heilig in allen seinen Werken.
|
153
|
+
Compassion,Psalm 145:9,Der HERR ist allen gütig und erbarmt sich aller seiner Werke.
|
154
|
+
Compassion,Psalm 147:3,"Er heilt, die zerbrochnes Herzens sind, und verbindet ihre Schmerzen."
|
155
|
+
Compassion,Psalm 147:4,Er zählt die Sterne und nennt sie alle mit Namen.
|
156
|
+
Refuge,Psalm 16:1,Bewahre mich Gott; denn ich traue auf dich.
|
157
|
+
Courage,Psalm 18:16,Er streckte seine Hand aus von der Höhe und holte mich und zog mich aus großen Wassern.
|
158
|
+
Comfort,Psalm 23:1,Der HERR ist mein Hirte; mir wird nichts mangeln.
|
159
|
+
Compassion,Psalm 23:2,Er weidet mich auf grüner Aue und führet mich zum frischen Wasser.
|
160
|
+
Compassion,Psalm 23:3,Er erquicket meine Seele; er führet mich auf rechter Straße um seines Namens willen.
|
161
|
+
Courage,Psalm 23:4,"Und ob ich schon wanderte im finstern Tal, fürchte ich kein Unglück; denn du bist bei mir."
|
162
|
+
Anointing,Psalm 23:5,Du bereitest vor mir einen Tisch im Angesicht meiner Feinde. Du salbest mein Haupt mit Öl und schenkest mir voll ein.
|
163
|
+
Trust,Psalm 25:1,"Nach dir, HERR, verlangt mich."
|
164
|
+
Courage,Psalm 27:1,Der HERR ist mein Licht und mein Heil; vor wem sollte ich mich fürchten! Der HERR ist meines Lebens Kraft; vor wem sollte mir grauen!
|
165
|
+
Compassion,Psalm 27:10,Denn mein Vater und meine Mutter verlassen mich; aber der HERR nimmt mich auf.
|
166
|
+
Courage,Psalm 27:14,Harre des HERRN! Sei getrost und unverzagt und harre des HERRN!
|
167
|
+
Compassion,Psalm 28:6,Gelobt sei der HERR; denn er hat erhört die Stimme meines Flehens.
|
168
|
+
Courage,Psalm 28:7,"Der HERR ist meine Stärke und mein Schild; auf ihn hofft mein Herz, und mir ist geholfen."
|
169
|
+
Peace,Psalm 29:11,Der HERR wird seinem Volk Kraft geben; der HERR wird sein Volk segnen mit Frieden.
|
170
|
+
Courage,Psalm 3:6,"Ich fürchte mich nicht vor viel Tausenden, die sich umher gegen mich legen."
|
171
|
+
Refuge,Psalm 31:1,"HERR, auf dich traue ich, laß mich nimmermehr zu Schanden werden; errette mich durch deine Gerechtigkeit!"
|
172
|
+
Comfort,Psalm 31:14-15,"Ich aber, HERR, hoffe auf dich und spreche: Du bist mein Gott! Meine Zeit steht in deinen Händen. Errette mich von der Hand meiner Feinde und von denen, die mich verfolgen."
|
173
|
+
Courage,Psalm 31:24,"Seid getrost und unverzagt, alle, die ihr des HERRN harret!"
|
174
|
+
Courage,Psalm 32:7,"Du bist mein Schirm; du wirst mich vor Angst behüten, daß ich errettet gar fröhlich rühmen kann."
|
175
|
+
Patience,Psalm 33:20,Unsre Seele harrt auf den HERRN; er ist unsre Hilfe und Schild.
|
176
|
+
Refuge,Psalm 33:21,"Denn unser Herz freut sich sein, und wir trauen auf seinen heiligen Namen."
|
177
|
+
Courage,Psalm 34:10,"Junge Löwen müssen darben und hungern; aber die den HERRN suchen, haben keinen Mangel an irgend einem Gut."
|
178
|
+
Compassion,Psalm 34:18,"Der HERR ist nahe bei denen, die zerbrochnes Herzens sind, und hilft denen, die ein zerschlagen Gemüt haben."
|
179
|
+
Courage,Psalm 34:4,"Da ich den HERRN suchte, antwortete er mir und errettete mich aus aller meiner Furcht."
|
180
|
+
Water & Life,Psalm 36:9,"Denn bei dir ist die Quelle des Lebens, und in deinem Licht sehen wir das Licht."
|
181
|
+
Doubt,Psalm 37:23,"Von dem HERRN wird solches Mannes Gang gefördert, und er hat Lust an seinem Wege."
|
182
|
+
Compassion,Psalm 37:24,"Fällt er, so wird er nicht weggeworfen; denn der HERR hält ihn bei der Hand."
|
183
|
+
Comfort,Psalm 38:15,"Aber ich harre, HERR, auf dich; du, HERR, mein Gott, wirst erhören."
|
184
|
+
Comfort,Psalm 39:7,"Nun, HERR, wes soll ich mich trösten? Ich hoffe auf dich."
|
185
|
+
Comfort,Psalm 40:2,"Er zog mich aus der grausamen Grube und aus dem Schlamm und stellte meine Füße auf einen Fels, daß ich gewiß treten kann."
|
186
|
+
Anointing,Psalm 45:7,"Du liebest die Gerechtigkeit und hassest gottlos Wesen; darum hat dich Gott, dein Gott, gesalbt mit Freudenöl mehr denn deine Gesellen."
|
187
|
+
Compassion,Psalm 51:1,"Gott, sei mir gnädig nach deiner Güte und tilge meine Sünden nach deiner großen Barmherzigkeit."
|
188
|
+
New Beginnings,Psalm 51:10,"Schaffe in mir, Gott, ein reines Herz und gib mir einen neuen, gewissen Geist."
|
189
|
+
Mercy,Psalm 51:2,Wasche mich wohl von meiner Missetat und reinige mich von meiner Sünde.
|
190
|
+
Trust,Psalm 52:8,"Ich aber werde bleiben wie ein grüner Ölbaum im Hause Gottes, verlasse mich auf Gottes Güte immer und ewiglich."
|
191
|
+
Trust,Psalm 55:22,Wirf dein Anliegen auf den HERRN; der wird dich versorgen.
|
192
|
+
Doubt,Psalm 56:8,Zähle die Wege meiner Flucht; fasse meine Tränen in deinen Krug.
|
193
|
+
Refuge,Psalm 57:1,"Sei mir gnädig, Gott, sei mir gnädig! denn auf dich traut meine Seele."
|
194
|
+
Doubt,Psalm 57:2,"Ich rufe zu Gott, dem Allerhöchsten, zu Gott, der meines Jammers ein Ende macht."
|
195
|
+
Trust,Psalm 62:5,"Aber sei nur stille zu Gott, meine Seele; denn er ist meine Hoffnung."
|
196
|
+
Stability,Psalm 62:6,"Er ist mein Hort, meine Hilfe und mein Schutz, daß ich nicht fallen werde."
|
197
|
+
Water & Life,Psalm 65:9,Gottes Brünnlein hat Wassers in Fülle.
|
198
|
+
Refuge,Psalm 71:1,"HERR, ich traue auf dich; laß mich nimmermehr zu Schanden werden."
|
199
|
+
Eternity,Psalm 73:26,"Wenn mir gleich Leib und Seele verschmachtet, so bist du doch, Gott, allezeit meines Herzens Trost und mein Teil."
|
200
|
+
Compassion,Psalm 77:14,"Du bist der Gott, der Wunder tut; du hast deine Macht bewiesen unter den Völkern."
|
201
|
+
Trust,Psalm 86:2,"Bewahre meine Seele; denn ich bin heilig. Hilf du, mein Gott, deinem Knechte, der sich verläßt auf dich."
|
202
|
+
Refuge,Psalm 91:14,"Er begehrt mein, so will ich ihm aushelfen; er kennt meinen Namen, darum will ich ihn schützen."
|
203
|
+
Compassion,Psalm 92:14,"Und wenn sie gleich alt werden, werden sie dennoch blühen, fruchtbar und frisch sein,"
|
204
|
+
Comfort,Psalm 94:18,"Ich sprach: Mein Fuß hat gestrauchelt; aber deine Gnade, HERR, hielt mich."
|
205
|
+
Comfort,Psalm 94:19,Ich hatte viel Bekümmernisse in meinem Herzen; aber deine Tröstungen ergötzten meine Seele.
|
206
|
+
Shepherd,Psalm 95:6-7,"Kommt, laßt uns anbeten und knieen und niederfallen vor dem HERRN, der uns gemacht hat. Denn er ist unser Gott und wir das Volk seiner Weide und Schafe seiner Hand."
|
207
|
+
EternalLife,Offenbarung 1:17-18,"Fürchte dich nicht! Ich bin der Erste und der Letzte und der Lebendige; ich war tot, und siehe, ich bin lebendig von Ewigkeit zu Ewigkeit."
|
208
|
+
Compassion,Offenbarung 21:4,"Gott wird abwischen alle Tränen von ihren Augen, und der Tod wird nicht mehr sein, noch Leid noch Geschrei noch Schmerz wird mehr sein; denn das Erste ist vergangen."
|
209
|
+
Water & Life,Offenbarung 21:6,"Ich bin das Alpha und das Omega, der Anfang und das Ende. Ich will den Durstigen geben von dem Brunnen des lebendigen Wassers umsonst."
|
210
|
+
Shepherd,Offenbarung 7:17,"Denn das Lamm mitten im Stuhl wird sie weiden und leiten zu den lebendigen Wasserbrunnen, und Gott wird abwischen alle Tränen von ihren Augen."
|
211
|
+
Love,Römer 12:15,Freut euch mit den Fröhlichen und weint mit den Weinenden.
|
212
|
+
Peace,Römer 12:18,"Ist es möglich, soviel an euch ist, so habt mit allen Menschen Frieden."
|
213
|
+
Unity,Römer 12:5,"Also sind wir viele ein Leib in Christus, aber untereinander ist einer des andern Glied."
|
214
|
+
Love,Römer 12:9,"Die Liebe sei nicht falsch. Hasset das Arge, hanget dem Guten an."
|
215
|
+
Love,Römer 13:10,Denn Liebe tut dem Nächsten nichts Böses. So ist nun die Liebe des Gesetzes Erfüllung.
|
216
|
+
Unity,Römer 14:19,"Darum laßt uns dem nachstreben, was zum Frieden dient und was zur Besserung untereinander dient."
|
217
|
+
Love,Römer 15:2,"Es stelle sich ein jeglicher unter uns also, daß er seinem Nächsten gefalle zum Guten, zur Besserung."
|
218
|
+
Unity,Römer 15:5,"Der Gott aber der Geduld und des Trostes gebe euch, daß ihr einerlei gesinnt seid untereinander nach Jesus Christus."
|
219
|
+
Peace,Römer 8:6,"Aber fleischlich gesinnt sein ist der Tod, und geistlich gesinnt sein ist Leben und Friede."
|
@@ -0,0 +1,219 @@
|
|
1
|
+
Topic,Reference,Verse
|
2
|
+
Comfort,1 Chronicles 19:13,"Be courageous, and let’s be strong for our people and for the cities of our God. May the Lord do that which seems good to him."
|
3
|
+
Unity,1 Corinthians 12:27,"Now you are the body of Christ, and members individually."
|
4
|
+
Comfort,1 Corinthians 15:58,"Therefore, my beloved brothers, be steadfast, immovable, always abounding in the Lord’s work, because you know that your labor is not in vain in the Lord."
|
5
|
+
Courage,1 Corinthians 16:13,Watch! Stand firm in the faith! Be courageous! Be strong!
|
6
|
+
Anointing,1 John 2:20,"You have an anointing from the Holy One, and you all have knowledge."
|
7
|
+
Anointing,1 John 2:27,"As for you, the anointing which you received from him remains in you."
|
8
|
+
Love,1 Peter 3:9,"Not rendering evil for evil or insult for insult; but instead blessing, knowing that you were called to this, that you may inherit a blessing."
|
9
|
+
Provision,1 Peter 5:7,"Casting all your worries on him, because he cares for you."
|
10
|
+
Encouragement,1 Thessalonians 5:11,"Therefore exhort one another, and build each other up, even as you also do."
|
11
|
+
Unity,1 Thessalonians 5:13,Be at peace among yourselves.
|
12
|
+
Courage,2 Chronicles 15:7,"But you be strong! Don’t let your hands be slack, for your work will be rewarded."
|
13
|
+
Comfort,2 Corinthians 1:3-4,"Blessed be the God and Father of our Lord Jesus Christ, the Father of mercies and God of all comfort, who comforts us in all our affliction, that we may be able to comfort those who are in any affliction, through the comfort with which we ourselves are comforted by God."
|
14
|
+
Comfort,2 Corinthians 1:5,"For as the sufferings of Christ abound to us, even so our comfort also abounds through Christ."
|
15
|
+
Comfort,2 Corinthians 1:6,"But if we are afflicted, it is for your comfort and salvation. If we are comforted, it is for your comfort, which produces in you the patient enduring of the same sufferings which we also suffer."
|
16
|
+
Transformation,2 Corinthians 3:16,"But whenever someone turns to the Lord, the veil is taken away."
|
17
|
+
Renewal,2 Corinthians 4:16,"Therefore we don’t faint, but though our outward person is decaying, yet our inward person is renewed day by day."
|
18
|
+
Doubt,2 Corinthians 5:7,"For we walk by faith, not by sight."
|
19
|
+
Compassion,2 Samuel 22:20,"He also brought me out into a large place. He delivered me, because he delighted in me."
|
20
|
+
Trust,2 Samuel 22:31,He is a shield to all those who take refuge in him.
|
21
|
+
Compassion,2 Thessalonians 3:3,"But the Lord is faithful, who will establish you and guard you from the evil one."
|
22
|
+
Empowerment,2 Timothy 2:1,"You therefore, my child, be strengthened in the grace that is in Christ Jesus."
|
23
|
+
Support,2 Timothy 4:17,But the Lord stood by me and strengthened me.
|
24
|
+
Anointing,Acts 10:38,"How God anointed Jesus of Nazareth with the Holy Spirit and with power, who went about doing good."
|
25
|
+
Transformation,Colossians 2:13,"You were dead through your trespasses and the uncircumcision of your flesh. He made you alive together with him, having forgiven us all our trespasses."
|
26
|
+
Compassion,Colossians 3:12,"Put on therefore, as God’s chosen ones, holy and beloved, a heart of compassion, kindness, lowliness, humility, and perseverance."
|
27
|
+
Comfort,Daniel 10:19,"He said, “Greatly beloved man, don’t be afraid. Peace be to you. Be strong. Yes, be strong.” When he spoke to me, I was strengthened, and said, “Let my lord speak, for you have strengthened me.”"
|
28
|
+
Courage,Deuteronomy 31:8,God himself is who goes before you. He will be with you. He will not fail you nor forsake you. Don’t be afraid. Don’t be discouraged.
|
29
|
+
Compassion,Deuteronomy 4:31,For Yahweh your God is a merciful God. He will not fail you nor destroy you.
|
30
|
+
Time,Ecclesiastes 3:1,"For everything there is a season, and a time for every purpose under heaven."
|
31
|
+
Eternity,Ecclesiastes 3:11,"He has made everything beautiful in its time. He has also set eternity in their hearts, yet so that man can’t find out the work that God has done from the beginning even to the end."
|
32
|
+
Peace,Ephesians 2:17,He came and preached peace to you who were far off and to those who were near.
|
33
|
+
Unity,Ephesians 2:18,For through him we both have our access in one Spirit to the Father.
|
34
|
+
Transformation,Ephesians 4:23,And that you be renewed in the spirit of your mind.
|
35
|
+
Love,Ephesians 4:29,"Let no corrupt speech proceed out of your mouth, but only what is good for building others up as the need may be, that it may give grace to those who hear."
|
36
|
+
Love,Ephesians 4:3,Being eager to keep the unity of the Spirit in the bond of peace.
|
37
|
+
Compassion,Ephesians 4:32,"And be kind to one another, tender hearted, forgiving each other, just as God also in Christ forgave you."
|
38
|
+
Unity,Ephesians 5:2,"Walk in love, even as Christ also loved us and gave himself up for us."
|
39
|
+
Strength,Ephesians 6:10,"Finally, be strong in the Lord and in the strength of his might."
|
40
|
+
Courage,Exodus 14:14,"God will fight for you, and you shall be still."
|
41
|
+
Strength,Exodus 15:2,The Lord is my strength and song. He has become my salvation.
|
42
|
+
Compassion,Exodus 33:19,"He said, “I will make all my goodness pass before you, and will proclaim Yahweh’s name before you. I will be gracious to whom I will be gracious, and will show mercy on whom I will show mercy.”"
|
43
|
+
Transformation,Ezekiel 11:19,"I will give them one heart, and I will put a new spirit within them. I will take the stony heart out of their flesh, and will give them a heart of flesh."
|
44
|
+
Water & Life,Galatians 3:27, For as many of you as were baptized into Christ have put on Christ.
|
45
|
+
Spirit,Galatians 5:22,"But the fruit of the Spirit is love, joy, peace, patience, kindness, goodness, faith, gentleness, and self-control. "
|
46
|
+
Love,Galatians 6:2,"Bear one another’s burdens, and so fulfill the law of Christ"
|
47
|
+
Endurance,Galatians 6:9,"Let’s not be weary in doing good, for we will reap in due season if we don’t give up."
|
48
|
+
Love,Hebrews 10:24,Let’s consider how to provoke one another to love and good works.
|
49
|
+
Love,Hebrews 13:1,Let brotherly love continue.
|
50
|
+
Compassion,Hebrews 13:5,"Be free from the love of money, content with such things as you have, for he has said, “I will in no way leave you, neither will I in any way forsake you.”"
|
51
|
+
Courage,Hebrews 13:6,"So that with good courage we say,“The Lord is my helper. I will not fear. What can man do to me?”"
|
52
|
+
Confidence,Hebrews 4:16,"Let’s therefore draw near with boldness to the throne of grace, that we may receive mercy and may find grace for help in time of need."
|
53
|
+
Water & Life,Isaiah 12:3,Therefore with joy you will draw water out of the wells of salvation.
|
54
|
+
Compassion,Isaiah 30:18,"Therefore Yahweh will wait, that he may be gracious to you; and therefore he will be exalted, that he may have mercy on you, for Yahweh is a God of justice. Blessed are all those who wait for him."
|
55
|
+
Comfort,Isaiah 35:4,"Tell those who have a fearful heart, ""Be strong! Don’t be afraid!"""
|
56
|
+
Compassion,Isaiah 40:1,"Comfort, comfort my people,” says your God."
|
57
|
+
Courage,Isaiah 40:29,He gives power to the weak. He increases the strength of him who has no might.
|
58
|
+
Strength,Isaiah 41:10,"Don’t you be afraid, for I am with you. Don’t be dismayed, for I am your God. I will strengthen you. Yes, I will help you. Yes, I will uphold you with the right hand of my righteousness."
|
59
|
+
Companionship,Isaiah 41:13,"For I, Yahweh your God, will hold your right hand, saying to you, ‘Don’t be afraid. I will help you.’"
|
60
|
+
Water & Life,Isaiah 41:18,"I will open rivers on the bare heights, and springs in the middle of the valleys."
|
61
|
+
Courage,Isaiah 43:1,"Don’t be afraid, for I have redeemed you. I have called you by your name. You are mine."
|
62
|
+
Comfort,Isaiah 43:2,"When you pass through the waters, I will be with you, and through the rivers, they will not overflow you. When you walk through the fire, you will not be burned, and flame will not scorch you."
|
63
|
+
Water & Life,Isaiah 44:3,"For I will pour water on him who is thirsty, and streams on the dry ground."
|
64
|
+
Compassion,Isaiah 46:4,"Even to old age I am he, and even to gray hairs I will carry you. I have made, and I will bear. Yes, I will carry, and will deliver."
|
65
|
+
Compassion,Isaiah 49:10,"They shall not hunger nor thirst; neither shall the heat nor sun strike them, for he who has mercy on them will lead them. He will guide them by springs of water."
|
66
|
+
Compassion,Isaiah 49:13,"Sing, heavens, and be joyful, earth! Break out into singing, mountains! For Yahweh has comforted his people, and will have compassion on his afflicted."
|
67
|
+
Courage,Isaiah 50:7,For the Lord Yahweh will help me. Therefore I have not been confounded.
|
68
|
+
Comfort,Isaiah 51:12,"I, even I, am he who comforts you. Who are you, that you are afraid of man who shall die, and of the son of man who will be made as grass?"
|
69
|
+
Compassion,Isaiah 54:10,"For the mountains may depart, and the hills be removed, but my loving kindness will not depart from you, and my covenant of peace will not be removed,” says Yahweh who has mercy on you."
|
70
|
+
Water & Life,Isaiah 55:1,"Hey! Come, everyone who thirsts, to the waters!"
|
71
|
+
Love,Isaiah 58:10,"And if you pour out your soul to the hungry, and satisfy the afflicted soul, then your light will rise in darkness."
|
72
|
+
Compassion,Isaiah 61:1,"The Lord Yahweh’s Spirit is on me, because Yahweh has anointed me to preach good news to the humble. He has sent me to bind up the broken hearted, to proclaim liberty to the captives and release to those who are bound."
|
73
|
+
Anointing,Isaiah 61:3,"The oil of joy for mourning, the garment of praise for the spirit of heaviness."
|
74
|
+
Compassion,Isaiah 66:13,"As one whom his mother comforts, so I will comfort you."
|
75
|
+
Compassion,James 5:11,"Behold, we call them blessed who endured. You have heard of the perseverance of Job and have seen the Lord in the outcome, and how the Lord is full of compassion and mercy."
|
76
|
+
Shepherd,Jeremiah 23:4,"I will set up shepherds over them who will feed them. They will no longer be afraid or dismayed, neither will any be lacking."
|
77
|
+
Shepherd,John 10:14,"I am the good shepherd. I know my own, and I’m known by my own."
|
78
|
+
Shepherd,John 10:28,"I give eternal life to them. They will never perish, and no one will snatch them out of my hand."
|
79
|
+
Compassion,John 11:35,Jesus wept.
|
80
|
+
Love,John 13:34,"A new commandment I give to you, that you love one another. Just as I have loved you, you also love one another."
|
81
|
+
Calm,John 14:27,"Peace I leave with you. My peace I give to you; not as the world gives, I give to you. Don’t let your heart be troubled, neither let it be fearful."
|
82
|
+
Love,John 15:12,"This is my commandment, that you love one another, even as I have loved you."
|
83
|
+
Unity,John 17:21,"That they may all be one; even as you, Father, are in me, and I in you, that they also may be one in us; "
|
84
|
+
Unity,John 17:23,"I in them, and you in me, that they may be perfected into one, that the world may know that you sent me and loved them, even as you loved me."
|
85
|
+
Doubt,John 20:27,"Then he said to Thomas, “Reach here your finger, and see my hands. Reach here your hand, and put it into my side. Don’t be unbelieving, but believing.”"
|
86
|
+
Transformation,John 3:7,You must be born anew.
|
87
|
+
Water & Life,John 7:37,"If anyone is thirsty, let him come to me and drink!"
|
88
|
+
Courage,Joshua 1:9,"Be strong and courageous. Don’t be afraid. Don’t be dismayed, for Yahweh your God is with you wherever you go."
|
89
|
+
Peace,Judges 6:24,God is Peace.
|
90
|
+
Compassion,Lamentations 3:22,"It is because of Yahweh’s loving kindnesses that we are not consumed, because his mercies don’t fail."
|
91
|
+
Mercy,Lamentations 3:23,They are new every morning. Great is your faithfulness.
|
92
|
+
Comfort,Lamentations 3:32,"For though he causes grief, yet he will have compassion according to the multitude of his loving kindnesses."
|
93
|
+
Anointing,Leviticus 8:10,"Moses took the anointing oil, and anointed the tabernacle and all that was in it, and sanctified them."
|
94
|
+
Mary,Luke 1:30,"The angel said to her, ""Don’t be afraid, Mary, for you have found favor with God."""
|
95
|
+
Mary,Luke 1:46–47,My soul magnifies the Lord. My spirit has rejoiced in God my Savior.
|
96
|
+
Mary,Luke 1:49,For he who is mighty has done great things for me. Holy is his name.
|
97
|
+
Compassion,Luke 1:53,He has filled the hungry with good things. He has sent the rich away empty.
|
98
|
+
Compassion,Luke 12:32,"Don’t be afraid, little flock, for it is your Father’s good pleasure to give you the Kingdom."
|
99
|
+
Compassion,Luke 6:36,"Therefore be merciful, even as your Father is also merciful."
|
100
|
+
Compassion,Luke 7:13,"When the Lord saw her, he had compassion on her and said to her, “Don’t cry.”"
|
101
|
+
Doubt,Malachi 3:6,"For I, the Lord, don’t change."
|
102
|
+
Courage,Mark 5:36,"Don’t be afraid, only believe."
|
103
|
+
Doubt,Mark 9:24,I believe. Help my unbelief!
|
104
|
+
Comfort,Matthew 11:28,"Come to me, all you who labor and are heavily burdened, and I will give you rest."
|
105
|
+
Comfort,Matthew 11:29,"Take my yoke upon you and learn from me, for I am gentle and humble in heart; and you will find rest for your souls."
|
106
|
+
Compassion,Matthew 14:13,"Now when Jesus heard this, he withdrew from there in a boat to a deserted place apart. When the multitudes heard it, they followed him on foot from the cities."
|
107
|
+
Doubt,Matthew 14:31,"You of little faith, why did you doubt?"
|
108
|
+
Compassion,Matthew 20:32,"Jesus stood still and called them, and asked, “What do you want me to do for you?”"
|
109
|
+
Love,Matthew 22:39,You shall love your neighbor as yourself.
|
110
|
+
Love,Matthew 5:16,"Even so, let your light shine before men, that they may see your good works and glorify your Father who is in heaven."
|
111
|
+
Comfort,Matthew 5:4,"Blessed are those who mourn, for they shall be comforted."
|
112
|
+
Mercy,Matthew 5:7,"Blessed are the merciful, for they shall obtain mercy."
|
113
|
+
Love,Matthew 7:12,"Therefore, whatever you desire for men to do to you, you shall also do to them; for this is the law and the prophets."
|
114
|
+
Compassion,Matthew 8:17,He took our infirmities and bore our diseases.
|
115
|
+
Compassion,Matthew 9:13,"But you go and learn what this means: ‘I desire mercy, and not sacrifice,’ for I came not to call the righteous, but sinners to repentance."
|
116
|
+
Courage,Matthew 9:2,"My child, cheer up! Your sins are forgiven you."
|
117
|
+
Compassion,Matthew 9:35,"Jesus went about all the cities and the villages, teaching in their synagogues and preaching the Good News of the Kingdom, and healing every disease and every sickness among the people."
|
118
|
+
Compassion,Matthew 9:36,"But when he saw the multitudes, he was moved with compassion for them because they were harassed and scattered, like sheep without a shepherd."
|
119
|
+
Shelter,Nahum 1:7,"The Lord is good, a stronghold in the day of trouble; and he knows those who take refuge in him."
|
120
|
+
Courage,Nehemiah 8:10,"Don’t be grieved, for the joy of the Lord is your strength."
|
121
|
+
Peace,Numbers 6:26,"The Lord lift up his face toward you, and give you peace."
|
122
|
+
Empowerment,Philippians 4:13,I can do all things through Christ who strengthens me.
|
123
|
+
Love,Philippians 4:5,Let your gentleness be known to all men. The Lord is at hand.
|
124
|
+
Wisdom,Proverbs 13:10,"Pride only breeds quarrels, but wisdom is with people who take advice."
|
125
|
+
Courage,Proverbs 18:10,"God’s name is a strong tower: the righteous run to him, and are safe."
|
126
|
+
Refuge,Proverbs 2:8,"That he may guard the paths of justice, and preserve the way of his saints."
|
127
|
+
Love,Proverbs 3:3,Don’t let kindness and truth forsake you. Bind them around your neck. Write them on the tablet of your heart.
|
128
|
+
Comfort,Proverbs 3:5-6,"Trust in the Lord with all your heart, and don’t lean on your own understanding. In all your ways acknowledge him, and he will make your paths straight."
|
129
|
+
Shepherd,Psalm 100:3,"Know that Yahweh, he is God. It is he who has made us, and we are his. We are his people, and the sheep of his pasture."
|
130
|
+
Compassion,Psalm 103:1,"Praise Yahweh, my soul! All that is within me, praise his holy name!"
|
131
|
+
Compassion,Psalm 103:10,"He has not dealt with us according to our sins, nor repaid us for our iniquities."
|
132
|
+
Compassion,Psalm 103:13,"Like a father has compassion on his children, so God has compassion on those who fear him."
|
133
|
+
Compassion,Psalm 103:2,"Praise the Lord, my soul, and don’t forget all his benefits."
|
134
|
+
Anointing,Psalm 104:2,He covers himself with light as with a garment. He stretches out the heavens like a curtain.
|
135
|
+
Trust,Psalm 11:1,"In God, I take refuge."
|
136
|
+
Compassion,Psalm 112:7,"He will not be afraid of evil news. His heart is steadfast, trusting in God."
|
137
|
+
Compassion,Psalm 116:5,"Yahweh is gracious and righteous. Yes, our God is merciful."
|
138
|
+
Courage,Psalm 118:14,The lord is my strength and song. He has become my salvation.
|
139
|
+
Courage,Psalm 118:5,"Out of my distress, I called on God. God answered me with freedom."
|
140
|
+
Compassion,Psalm 119:156,"Great are your tender mercies, my Lord. Revive me according to your ordinances."
|
141
|
+
Comfort,Psalm 119:50,"This is my comfort in my affliction, for your word has revived me."
|
142
|
+
Comfort,Psalm 119:76,"Please let your loving kindness be for my comfort, according to your word to your servant."
|
143
|
+
Compassion,Psalm 119:77,"Let your tender mercies come to me, that I may live."
|
144
|
+
Compassion,Psalm 120:1,"In my distress, I cried to Yahweh. He answered me."
|
145
|
+
Courage,Psalm 121:1-2,I will lift up my eyes to the hills. Where does my help come from? My help comes from God.
|
146
|
+
Comfort,Psalm 13:5-6,"But I trust in your loving kindness. My heart rejoices in your salvation. I will sing to Yahweh, because he has been good to me."
|
147
|
+
Courage,Psalm 130:5,I wait for Yahweh. My soul waits. I hope in his word.
|
148
|
+
Unity,Psalm 133:1,See how good and how pleasant it is for brothers to live together in unity!
|
149
|
+
Comfort,Psalm 138:8,"The Lord will fulfill that which concerns me. Your loving kindness, Lord, endures forever. Don’t forsake the works of your own hands."
|
150
|
+
Transformation,Psalm 139:14,"I will give thanks to you, for I am fearfully and wonderfully made."
|
151
|
+
Compassion,Psalm 145:14,"The Lord upholds all who fall, and raises up all those who are bowed down."
|
152
|
+
Compassion,Psalm 145:17,"The Lord is righteous in all his ways, and gracious in all his works."
|
153
|
+
Compassion,Psalm 145:9,The Lord is good to all. His tender mercies are over all his works.
|
154
|
+
Compassion,Psalm 147:3,"He heals the broken in heart, and binds up their wounds."
|
155
|
+
Compassion,Psalm 147:4,He counts the number of the stars. He calls them all by their names.
|
156
|
+
Refuge,Psalm 16:1,"Preserve me, God, for I take refuge in you."
|
157
|
+
Courage,Psalm 18:16,He sent from on high. He took me. He drew me out of many waters.
|
158
|
+
Comfort,Psalm 23:1,The Lord is my shepherd; I shall lack nothing.
|
159
|
+
Compassion,Psalm 23:2,He makes me lie down in green pastures. He leads me beside still waters.
|
160
|
+
Compassion,Psalm 23:3,He restores my soul. He guides me in the paths of righteousness for his name’s sake.
|
161
|
+
Courage,Psalm 23:4,"Even though I walk through the valley of the shadow of death, I will fear no evil, for you are with me."
|
162
|
+
Anointing,Psalm 23:5,You prepare a table before mein the presence of my enemies. You anoint my head with oil. My cup runs over.
|
163
|
+
Trust,Psalm 25:1,"To you, my Lord, I lift up my soul."
|
164
|
+
Courage,Psalm 27:1,God is my light and my salvation. Whom shall I fear? God is the strength of my life. Of whom shall I be afraid?
|
165
|
+
Compassion,Psalm 27:10,"When my father and my mother forsake me, then Yahweh will take me up."
|
166
|
+
Courage,Psalm 27:14,"Wait for Yahweh. Be strong, and let your heart take courage."
|
167
|
+
Compassion,Psalm 28:6,"Blessed be the Lord, because he has heard the voice of my petitions."
|
168
|
+
Courage,Psalm 28:7,"God is my strength and my shield. My heart has trusted in him, and I am helped."
|
169
|
+
Peace,Psalm 29:11,The Lord will give strength to his people. The Lord will bless his people with peace.
|
170
|
+
Courage,Psalm 3:6,I will not be afraid of tens of thousands of people who have set themselves against me on every side.
|
171
|
+
Refuge,Psalm 31:1,"In you, my Lord, I take refuge. Let me never be disappointed. Deliver me in your righteousness."
|
172
|
+
Comfort,Psalm 31:14-15,"But I trust in you, Lord. I said, “You are my God.” My times are in your hand. Deliver me from the hand of my enemies, and from those who persecute me."
|
173
|
+
Courage,Psalm 31:24,"Be strong, and let your heart take courage, all you who hope in Yahweh."
|
174
|
+
Courage,Psalm 32:7,You are my hiding place. You will preserve me from trouble. You will surround me with songs of deliverance.
|
175
|
+
Patience,Psalm 33:20,Our soul has waited for God. He is our help and our shield.
|
176
|
+
Refuge,Psalm 33:21,"For our heart rejoices in him, because we have trusted in his holy name."
|
177
|
+
Courage,Psalm 34:10,"The young lions do lack, and suffer hunger, but those who seek the Lord shall not lack any good thing."
|
178
|
+
Compassion,Psalm 34:18,"The Lord is near to those who have a broken heart, and saves those who have a crushed spirit."
|
179
|
+
Courage,Psalm 34:4,"I sought God, and he answered me, and delivered me from all my fears."
|
180
|
+
Water & Life,Psalm 36:9,For with you is the spring of life. In your light we will see light.
|
181
|
+
Doubt,Psalm 37:23,A man’s steps are established by the Lord. He delights in his way.
|
182
|
+
Compassion,Psalm 37:24,"Though he stumble, he shall not fall, for Yahweh holds him up with his hand."
|
183
|
+
Comfort,Psalm 38:15,"For I hope in you, Yahweh. You will answer, Lord my God."
|
184
|
+
Comfort,Psalm 39:7,"Now, Lord, what do I wait for? My hope is in you."
|
185
|
+
Comfort,Psalm 40:2,"He brought me up also out of a horrible pit, out of the miry clay. He set my feet on a rock, and gave me a firm place to stand."
|
186
|
+
Anointing,Psalm 45:7,"You have loved righteousness, and hated wickedness. Therefore God, your God, has anointed you with the oil of gladness above your fellows."
|
187
|
+
Compassion,Psalm 51:1,"Have mercy on me, God, according to your loving kindness. According to the multitude of your tender mercies, blot out my transgressions."
|
188
|
+
New Beginnings,Psalm 51:10,"Create in me a clean heart, O God. Renew a right spirit within me."
|
189
|
+
Mercy,Psalm 51:2,Wash me thoroughly from my iniquity. Cleanse me from my sin.
|
190
|
+
Trust,Psalm 52:8,I trust in God’s loving kindness forever and ever.
|
191
|
+
Trust,Psalm 55:22,Cast your burden on Yahweh and he will sustain you.
|
192
|
+
Doubt,Psalm 56:8,You count my wanderings. You put my tears into your container.
|
193
|
+
Refuge,Psalm 57:1,"Be merciful to me, God, be merciful to me, for my soul takes refuge in you."
|
194
|
+
Doubt,Psalm 57:2,"I cry out to God Most High, to God who accomplishes my requests for me."
|
195
|
+
Trust,Psalm 62:5,"My soul, wait in silence for God alone, for my expectation is from him."
|
196
|
+
Stability,Psalm 62:6,"He alone is my rock and my salvation, my fortress. I will not be shaken."
|
197
|
+
Water & Life,Psalm 65:9,The river of God is full of water.
|
198
|
+
Refuge,Psalm 71:1,"In you, my Lord, I take refuge. Never let me be disappointed."
|
199
|
+
Eternity,Psalm 73:26,"My flesh and my heart fails, but God is the strength of my heart and my portion forever."
|
200
|
+
Compassion,Psalm 77:14,You are the God who does wonders. You have made your strength known among the peoples.
|
201
|
+
Trust,Psalm 86:2,"Preserve my soul, for I am godly. You, my God, save your servant who trusts in you."
|
202
|
+
Refuge,Psalm 91:14,"The Lord says, 'I will rescue those who love me. I will protect those who trust in my name.'"
|
203
|
+
Compassion,Psalm 92:14,They will still produce fruit in old age. They will be full of sap and green.
|
204
|
+
Comfort,Psalm 94:18,"When I said, “My foot is slipping!” Your loving kindness, my Lord, held me up."
|
205
|
+
Comfort,Psalm 94:19,"In the multitude of my thoughts within me, your comforts delight my soul."
|
206
|
+
Shepherd,Psalm 95:6-7,"Oh come, let’s worship and bow down. Let’s kneel before Yahweh, our Maker, for he is our God. We are the people of his pasture, and the sheep in his care."
|
207
|
+
EternalLife,Revelation 1:17-18,"Don’t be afraid. I am the first and the last, 18 and the Living one. I was dead, and behold, I am alive forever and ever. Amen."
|
208
|
+
Compassion,Revelation 21:4,"He will wipe away every tear from their eyes. Death will be no more; neither will there be mourning, nor crying, nor pain any more. The first things have passed away."
|
209
|
+
Water & Life,Revelation 21:6,"I am the Alpha and the Omega, the Beginning and the End. I will give freely to him who is thirsty from the spring of the water of life."
|
210
|
+
Shepherd,Revelation 7:17,For the Lamb who is in the middle of the throne shepherds them and leads them to springs of life-giving waters. And God will wipe away every tear from their eyes.
|
211
|
+
Love,Romans 12:15,Rejoice with those who rejoice. Weep with those who weep.
|
212
|
+
Peace,Romans 12:18,"If it is possible, as much as it is up to you, be at peace with all men."
|
213
|
+
Unity,Romans 12:5,"So we, who are many, are one body in Christ, and individually members of one another."
|
214
|
+
Love,Romans 12:9,Let love be without hypocrisy. Abhor that which is evil. Cling to that which is good.
|
215
|
+
Love,Romans 13:10,Love doesn’t harm a neighbor. Love therefore is the fulfillment of the law.
|
216
|
+
Unity,Romans 14:19,"So then, let’s follow after things which make for peace, and things by which we may build one another up."
|
217
|
+
Love,Romans 15:2,"Let each one of us please his neighbor for that which is good, to be building him up."
|
218
|
+
Unity,Romans 15:5,Now the God of perseverance and of encouragement grant you to be of the same mind with one another according to Christ Jesus.
|
219
|
+
Peace,Romans 8:6,"For the mind of the flesh is death, but the mind of the Spirit is life and peace."
|
@@ -0,0 +1,47 @@
|
|
1
|
+
{
|
2
|
+
"cli": {
|
3
|
+
"version": ">= 16.17.0",
|
4
|
+
"appVersionSource": "remote"
|
5
|
+
},
|
6
|
+
"build": {
|
7
|
+
"development": {
|
8
|
+
"developmentClient": true,
|
9
|
+
"distribution": "internal",
|
10
|
+
"environment": "development",
|
11
|
+
"env": {},
|
12
|
+
"channel": "development"
|
13
|
+
},
|
14
|
+
"ios-simulator": {
|
15
|
+
"extends": "development",
|
16
|
+
"ios": {
|
17
|
+
"simulator": true
|
18
|
+
},
|
19
|
+
"channel": "ios-simulator"
|
20
|
+
},
|
21
|
+
"preview": {
|
22
|
+
"distribution": "internal",
|
23
|
+
"environment": "preview",
|
24
|
+
"env": {
|
25
|
+
"APP_VARIANT": "preview"
|
26
|
+
},
|
27
|
+
"channel": "preview"
|
28
|
+
},
|
29
|
+
"production": {
|
30
|
+
"autoIncrement": true,
|
31
|
+
"environment": "production",
|
32
|
+
"env": {},
|
33
|
+
"channel": "production"
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"submit": {
|
37
|
+
"production": {
|
38
|
+
"android": {
|
39
|
+
"track": "internal",
|
40
|
+
"releaseStatus": "draft"
|
41
|
+
},
|
42
|
+
"ios": {
|
43
|
+
"ascAppId": "6749852709"
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|